Skip to content

Commit

Permalink
showcases: remove unneeded print() from anf file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Jul 19, 2024
1 parent 41d69e2 commit 2db1300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions showcases/tsn/trafficshaping/cbsandtas/CbsAndTasShowcase.anf
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ except results.ResultQueryError as e:
if df.empty:
raise chart.ChartScriptError("The result filter returned no data.")
print(df)
style_tuple_list = [('name', 'incoming.*', {'linestyle': '--'}),
('name', 'outgoing.*', {'linestyle': '-'}),
('module', '.*(app\\[0\\]|queue\\[0\\]).*', {'color': default_colors[0]}),
Expand Down

0 comments on commit 2db1300

Please sign in to comment.