Skip to content

Commit

Permalink
remove bogus print
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar2 committed Jul 13, 2024
1 parent cf14eb0 commit 9da04c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/microsatbed/find_str.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ def write_ssrs(args):
a("--specific", default=None)
a("--minreps", default=2, type=int)
args = parser.parse_args()
print(args)
write_ssrs(args)

0 comments on commit 9da04c1

Please sign in to comment.