From f1e66b552e930df4876c32545819918fab669cf9 Mon Sep 17 00:00:00 2001 From: alexander-held <45009355+alexander-held@users.noreply.github.com> Date: Fri, 18 Sep 2020 14:26:42 +0200 Subject: [PATCH] remove superfluous print statement (#109) --- uproot4/behaviors/TBranch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/uproot4/behaviors/TBranch.py b/uproot4/behaviors/TBranch.py index ef44a9b70..72946c7f4 100644 --- a/uproot4/behaviors/TBranch.py +++ b/uproot4/behaviors/TBranch.py @@ -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 )