commit | adae1580e40303f8e05c7a013a6e66820cddfede | [log] [tgz] |
---|---|---|
author | Srikanth Vavilapalli <srikanthvavila@gmail.com> | Sun Oct 19 20:59:48 2014 -0700 |
committer | Srikanth Vavilapalli <srikanthvavila@gmail.com> | Sun Oct 19 20:59:48 2014 -0700 |
tree | 55506f45c6c154f2774569ec3fa98b2421eb144c | |
parent | 06335d1bc257cb9f081360542f46f0e3196df036 [diff] |
Removing the CLI prints
diff --git a/cli/cli/c_actions.py b/cli/cli/c_actions.py index 72abeba..4e31679 100755 --- a/cli/cli/c_actions.py +++ b/cli/cli/c_actions.py
@@ -139,7 +139,8 @@ if data.has_key('tunnel-id'): policy_obj_data['tunnel_id'] = data['tunnel-id'] - print policy_obj_data + if sdnsh.description: # description debugging + print policy_obj_data def policy_config_exit(): global policy_obj_data