From cbc65f02ba44b627e16cfa2a38a3a94a608b0385 Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Mon, 27 Jul 2020 16:23:36 -0700 Subject: [PATCH] Commented out debug printing --- py-json/realm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-json/realm.py b/py-json/realm.py index 4f588a7e..2fdcf415 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -762,8 +762,8 @@ class GenCXProfile(LFCliBase): def start_cx(self): print("Starting CXs...") - print(self.created_cx) - print(self.created_endp) + #print(self.created_cx) + #print(self.created_endp) for cx_name in self.created_cx: self.json_post("/cli-json/set_cx_state", { "test_mgr": "default_tm",