Skip to content

Commit 56d81cd

Browse files
committed
Less verbose output
1 parent be465ec commit 56d81cd

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
@@ -491,7 +491,7 @@ def __copy(self, src, dest, dump_times, current_path="/data/"):
491491
deferred_load(src, span, chunk.offset, chunk.extent))
492492

493493
accum *= dtype.itemsize
494-
print(accum, "Bytes for", current_path)
494+
# print(accum, "Bytes for", current_path)
495495
return accum
496496

497497
elif isinstance(src, io.Iteration):

0 commit comments

Comments
 (0)