Skip to content

Commit 2dd8a29

Browse files
committed
Removed trace
1 parent 4a37ca5 commit 2dd8a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lua/flow_details.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ local flow_key = _GET["flow_key"]
550550
local flow_hash_id = _GET["flow_hash_id"]
551551

552552
flow = interface.findFlowByKeyAndHashId(tonumber(flow_key), tonumber(flow_hash_id))
553-
tprint(flow)
553+
--tprint(flow)
554554

555555
local ifid = interface.name2id(ifname)
556556
local label = getFlowLabel(flow, nil, nil, nil, nil, nil, false)

0 commit comments

Comments
 (0)