Skip to content

Commit a8c84fe

Browse files
committed
Less verbose output
1 parent 7741173 commit a8c84fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/binding/python/openpmd_api/pipe/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def __copy(self, src, dest, dump_times, current_path="/data/"):
488488
deferred_load(src, span, chunk.offset, chunk.extent))
489489

490490
accum *= dtype.itemsize
491-
print(accum, "Bytes for", current_path)
491+
# print(accum, "Bytes for", current_path)
492492
return accum
493493

494494
elif isinstance(src, io.Iteration):

0 commit comments

Comments
 (0)