diff options
author | pmikus <pmikus@cisco.com> | 2020-07-16 14:21:35 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-07-16 14:23:32 +0000 |
commit | f9b18c597f8bd9419ce3ecdd36de351f7b05c59a (patch) | |
tree | 25e82731aa2c59407a499134894ce6cfaf9d3fb7 /GPL/tools/trex | |
parent | 3412b1fbe1d566d8192442d1c50aeddecf7fe535 (diff) |
FIX: CSIT annoyances II
- useless code
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I65dd0f4e1744e4ff84661cd38a67d4490c9733e7
Diffstat (limited to 'GPL/tools/trex')
-rw-r--r-- | GPL/tools/trex/trex_stateless_profile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GPL/tools/trex/trex_stateless_profile.py b/GPL/tools/trex/trex_stateless_profile.py index cda68d01d8..30d3793989 100644 --- a/GPL/tools/trex/trex_stateless_profile.py +++ b/GPL/tools/trex/trex_stateless_profile.py @@ -142,7 +142,6 @@ def simple_burst( last_stream_b = (last_stream_a * 2) client.add_streams( streams[last_stream_a:last_stream_b], ports=[port_1]) - print(last_stream_a, last_stream_b, streams) elif isinstance(framesize, str): client.add_streams(streams[0:3], ports=[port_0]) if traffic_directions > 1: |