Skip to content

Commit

Permalink
Merge pull request snabbco#4 from amanand/igalia
Browse files Browse the repository at this point in the history
Removing the stale print statements
  • Loading branch information
Marcel Wiget authored Oct 19, 2016
2 parents db32ea7 + 422879d commit 06ce839
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jetapp/yang/op/rpc_get_lwaftr_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def PRINT_TAG(node, tag):
def snabb_state(query_output):
root = ET.fromstring(query_output)
print ("<snabb>")
print os.geteuid()
for instance in root:
# In each instance, we need to query the id, pci, pid.
print ("<instance>")
Expand Down
1 change: 0 additions & 1 deletion jetapp/yang/op/rpc_get_lwaftr_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def stats_per_instance(instance):
print "</statistics>"

def snabb_statistics(output,argv):
print "Displaying the snabb state counters"
root = ET.fromstring(output)
print "<snabb>"
found = 0
Expand Down

0 comments on commit 06ce839

Please sign in to comment.