Skip to content

Commit d8de92b

Browse files
fixup: remove loose print statement
1 parent 38b6625 commit d8de92b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reads/reads-data/create_short_tandem_repeat_reads_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def create_short_tandem_repeat_reads_db(input_path, output_path):
8181

8282
db.execute("CREATE INDEX `id_idx` ON `reads` (`id`)")
8383
for locus, reads in reads_data.items():
84-
print(locus)
8584
db.executemany(
8685
"""
8786
INSERT INTO `reads` VALUES (

0 commit comments

Comments
 (0)