mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removes a debug print
This commit is contained in:
parent
b930737aff
commit
8c6458a054
1 changed files with 0 additions and 1 deletions
|
|
@ -2090,7 +2090,6 @@ function getFullVlanName(vlan_id)
|
|||
alias = shortenString(alias)
|
||||
|
||||
if not isEmptyString(alias) and alias ~= tostring(vlan_id) then
|
||||
tprint(alias)
|
||||
return string.format("%u [%s]", vlan_id, alias)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue