From f7998e3df06a41ee2b9bf53e3397078a7da4f363 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 30 Jun 2020 13:49:20 -0700 Subject: [PATCH] run_cv_scenario.py: quieter --- py-scripts/run_cv_scenario.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/py-scripts/run_cv_scenario.py b/py-scripts/run_cv_scenario.py index 66d0f0c3..2b9cdf0a 100755 --- a/py-scripts/run_cv_scenario.py +++ b/py-scripts/run_cv_scenario.py @@ -105,10 +105,7 @@ class RunCvScenario(LFCliBase): debug_par="?_debug=1" print("List: ", type(response_json)) if command.endswith("is_built"): - print("xxxxxxxxxx command %s xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" % command) self.localrealm.wait_while_building(debug_=debug_) - print("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx") - exit(1) else: print("yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy") response = self.json_post("/gui-json/cmd%s" % debug_par, data, debug_=True, response_json_list_=response_json)