diff --git a/src/reco.py b/src/reco.py index b58dd6a5..30ee7183 100644 --- a/src/reco.py +++ b/src/reco.py @@ -19,8 +19,8 @@ def main(args): col = get_mongo_collection(colName, dbName, mongoUri) batch_size = int(args.batch_size) waves = getWavList(col, batch_size) - print(waves) uris = [w['gcsWawLocation'] for w in waves] + print(uris) start = time.perf_counter() with concurrent.futures.ThreadPoolExecutor(max_workers=64) as executor: