Skip to content

Commit 47e8266

Browse files
committed
taking out print statements
1 parent ecce961 commit 47e8266

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

orion.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,12 @@ def orion(**kwargs):
6767
logger.info("The test %s has started", test["name"])
6868
if baseline == "":
6969
uuids = match.get_uuid_by_metadata(metadata)
70-
print('uuids matching' + str(uuids))
7170
if len(uuids) == 0:
72-
print("No UUID present for given metadata")
71+
logging.info("No UUID present for given metadata")
7372
sys.exit()
7473
else:
7574
uuids = baseline.split(',')
7675
uuids.append(uuid)
77-
print('metadata ' + str(metadata))
7876
if metadata["benchmark"] == "k8s-netperf" :
7977
index = "k8s-netperf"
8078
ids = uuids

0 commit comments

Comments
 (0)