Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsweeten committed Oct 4, 2024
1 parent b7d9eda commit 18c30ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/moddotplot/moddotplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,9 +921,6 @@ def main():
# -----------COMPUTE COMPARATIVE PLOTS-----------
# TODO: Optimize computations so that largest sequence doesn't need to be redone all the time
if (args.compare or args.compare_only) and len(sequences) > 1:
print("HIYA")
for i in range(len(sequences)):
print(sequences[i][0])
# Set window size to args.window. Otherwise, set it to n/resolution

if args.grid:
Expand Down

0 comments on commit 18c30ac

Please sign in to comment.