summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2017-02-02 14:01:02 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2017-02-02 14:01:02 +0200
commit7c9861cd09fcbd4d0360acf9b64441c346c4ba12 (patch)
tree7951fd266b75e46d3400842af45075387c5cbc50 /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
parentae142588405743298d322310434ba28b9b8b8f74 (diff)
remove code inserted by incorrect merge resolve
Change-Id: Ic2c4e8ce8cd5eed8bea230603838dd66f05ef4ea Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
index 46ab668e..edffc5d0 100755
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
@@ -4004,8 +4004,6 @@ class STLClient(object):
opts = parser.parse_args(line.split(), default_ports = self.get_acquired_ports())
if not opts:
return opts
- print(opts)
- print(parsing_opts.ON_OFF_DICT)
opts.prom = parsing_opts.ON_OFF_DICT.get(opts.prom)
opts.mult = parsing_opts.ON_OFF_DICT.get(opts.mult)