aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/tools/trex/trex_stateless_profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'GPL/tools/trex/trex_stateless_profile.py')
-rw-r--r--GPL/tools/trex/trex_stateless_profile.py1
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: