Skip to content

Commit

Permalink
Less verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Aug 5, 2024
1 parent a2b6596 commit 0ed194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding/python/openpmd_api/pipe/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def __copy(self, src, dest, dump_times, current_path="/data/"):
deferred_load(src, span, chunk.offset, chunk.extent))

accum *= dtype.itemsize
print(accum, "Bytes for", current_path)
# print(accum, "Bytes for", current_path)
return accum

elif isinstance(src, io.Iteration):
Expand Down

0 comments on commit 0ed194a

Please sign in to comment.