Skip to content

Commit 21cbbdb

Browse files
authored
Remove debug print statement
Remove debug print statement from wrapper.py
1 parent b26f8e8 commit 21cbbdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bio/picard/markduplicates/wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
samtools_opts = (
2020
snakemake.params.get("samtools_opts", "") + " " + get_samtools_opts(snakemake)
2121
)
22-
print("Test")
2322

2423
tool = "MarkDuplicates"
2524
if snakemake.params.get("withmatecigar", False):

0 commit comments

Comments
 (0)