Skip to content

Commit 3eacc9f

Browse files
author
y-p
committed
CLN: remove spurious print
1 parent 63d8998 commit 3eacc9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vb_suite/test_perf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ def inner(repo_path):
560560
args.base_commit = args.base_pickle.split('-')[0]
561561
if not args.target_commit:
562562
print("target_commit not specified, Assuming target_pickle is named <commit>-foo.*")
563-
print(args.target_pickle.split('-')[0])
564563
args.target_commit = args.target_pickle.split('-')[0]
565564

566565
import warnings

0 commit comments

Comments
 (0)