Skip to content

Commit 158449e

Browse files
committed
Remove debug print
1 parent 895ec34 commit 158449e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/lua/flow_details.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,14 +550,12 @@ 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)
554553

555554
local ifid = interface.name2id(ifname)
556555
local label = getFlowLabel(flow, nil, nil, nil, nil, nil, false)
557556
local title = i18n("flow") .. ": " .. label
558557
local url = ntop.getHttpPrefix() .. "/lua/flow_details.lua?flow_key=" .. flow_key .. "&flow_hash_id=" .. flow_hash_id
559558

560-
tprint(flow)
561559
page_utils.print_navbar(title, url, {{
562560
active = isEmptyString(page) or page == "overview",
563561
page_name = "overview",

0 commit comments

Comments
 (0)