mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed debug message
This commit is contained in:
parent
f1e6db5e4e
commit
dfbb3c3fd1
1 changed files with 0 additions and 1 deletions
|
|
@ -5506,7 +5506,6 @@ function format_name_value(name, value, shorten)
|
|||
if (shorten) and (shorten == true) then
|
||||
formatted_name_value = shortenString(name) .. " [" .. value .. "]"
|
||||
else
|
||||
tprint(name)
|
||||
formatted_name_value = name .. " [" .. value .. "]"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue