Remove old comments

This commit is contained in:
Erik Olson 2020-01-13 16:43:54 -05:00
parent 13d2490df4
commit 67fd4dd777
No known key found for this signature in database
GPG Key ID: BB933F02985A125E

View File

@ -49,8 +49,7 @@ def spanner_read_data(request=None):
logging.info("For {}:{}".format(instance_id, database_id)) logging.info("For {}:{}".format(instance_id, database_id))
# Delete Batches. Also deletes child batch_bsos rows (INTERLEAVE # Count users
# IN PARENT batches ON DELETE CASCADE)
with statsd.timer("syncstorage.count_users.duration"): with statsd.timer("syncstorage.count_users.duration"):
with database.snapshot() as snapshot: with database.snapshot() as snapshot:
query = 'SELECT COUNT (DISTINCT fxa_uid) FROM user_collections' query = 'SELECT COUNT (DISTINCT fxa_uid) FROM user_collections'