Skip to content

Commit

Permalink
remove debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsweeten committed Oct 6, 2024
1 parent f5f10d9 commit 50ecda4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/moddotplot/moddotplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ def main():
else:
win = math.ceil(seq_length / args.resolution)

print(win)
if win < args.modimizer:
args.modimizer = win
if win < 10:
Expand Down

0 comments on commit 50ecda4

Please sign in to comment.