Skip to content

Commit

Permalink
Dropped print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli authored and Eli committed Oct 6, 2024
1 parent 1fec8f1 commit df553c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dms_datastore/write_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def prep_header(metadata,format_version):
if "format:" in metadata[i]:
conflict = i
if conflict > 0:
print(metadata[i])
del(metadata[conflict])
if not metadata[0].startswith("#"):
metadata = ["# "+x for x in metadata]
Expand Down

0 comments on commit df553c9

Please sign in to comment.