diff --git a/jetapp/yang/op/rpc_get_lwaftr_state.py b/jetapp/yang/op/rpc_get_lwaftr_state.py index 3018179b2b..89aa612194 100644 --- a/jetapp/yang/op/rpc_get_lwaftr_state.py +++ b/jetapp/yang/op/rpc_get_lwaftr_state.py @@ -21,7 +21,6 @@ def PRINT_TAG(node, tag): def snabb_state(query_output): root = ET.fromstring(query_output) print ("") - print os.geteuid() for instance in root: # In each instance, we need to query the id, pci, pid. print ("") diff --git a/jetapp/yang/op/rpc_get_lwaftr_statistics.py b/jetapp/yang/op/rpc_get_lwaftr_statistics.py index b71a19731a..475d716f4f 100644 --- a/jetapp/yang/op/rpc_get_lwaftr_statistics.py +++ b/jetapp/yang/op/rpc_get_lwaftr_statistics.py @@ -96,7 +96,6 @@ def stats_per_instance(instance): print "" def snabb_statistics(output,argv): - print "Displaying the snabb state counters" root = ET.fromstring(output) print "" found = 0