Removed debug print

This commit is contained in:
MatteoBiscosi 2022-05-20 11:36:31 +02:00
parent 14e85b9888
commit 08c9de2b7b
2 changed files with 0 additions and 2 deletions

View file

@ -182,7 +182,6 @@ end
local function format_historical_info(flow)
local historical_flow_utils = require "historical_flow_utils"
tprint(flow["INFO"])
return {
label = i18n("db_explorer.info"),
content = historical_flow_utils.get_historical_url(flow["INFO"], "info", flow["INFO"], true, flow["INFO"]),