Skip to content

Commit

Permalink
remove superfluous print statement (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held authored Sep 18, 2020
1 parent 1accbe3 commit f1e66b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uproot4/behaviors/TBranch.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ def iterate(

global_offset = 0
for file_path, object_path in files:
print(file_path, global_offset)

hasbranches = _regularize_object_path(
file_path, object_path, custom_classes, allow_missing, options
)
Expand Down

0 comments on commit f1e66b5

Please sign in to comment.