From 67fd4dd777cadc31120ac751fb35e35bb4abf21d Mon Sep 17 00:00:00 2001 From: Erik Olson Date: Mon, 13 Jan 2020 16:43:54 -0500 Subject: [PATCH] Remove old comments --- tools/spanner/count_users.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/spanner/count_users.py b/tools/spanner/count_users.py index 94a661d1..d1dd8ef5 100644 --- a/tools/spanner/count_users.py +++ b/tools/spanner/count_users.py @@ -49,8 +49,7 @@ def spanner_read_data(request=None): logging.info("For {}:{}".format(instance_id, database_id)) - # Delete Batches. Also deletes child batch_bsos rows (INTERLEAVE - # IN PARENT batches ON DELETE CASCADE) + # Count users with statsd.timer("syncstorage.count_users.duration"): with database.snapshot() as snapshot: query = 'SELECT COUNT (DISTINCT fxa_uid) FROM user_collections'