Skip to content

Commit

Permalink
Removing the stale entry which was added earlier for debugging purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
amanand committed Oct 19, 2016
1 parent 9b1600a commit 6c8ecfe
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 6c8ecfe

Please sign in to comment.