Skip to content

Commit

Permalink
Remove debugging stmt (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Jun 22, 2023
1 parent 062f306 commit eb38c15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion symlink-seqs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def has_necessary_fields_for_symlinking_nextseq(sample):
:return: Whether or not the sample has the appropriate fields necessary for symlinking
:rtype bool:
"""
jdump(sample)
selected = False
conditions = []
if 'sample_id' in sample and sample['sample_id'] != "":
Expand Down

0 comments on commit eb38c15

Please sign in to comment.