Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jun 23, 2021
1 parent 83e387e commit 0adee52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sourmash/sbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,6 @@ def save(self, path, storage=None, sparseness=0.0, structure_only=False):
else:
manifest_path = None

print(f"XXX manifest_path is {manifest_path}")

if manifest_path:
info['manifest_path'] = manifest_path

Expand Down

0 comments on commit 0adee52

Please sign in to comment.