mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Removed debug print
This commit is contained in:
parent
f2e64bb9ef
commit
2f6a94ec7e
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ function isSubpageAvailable(subpage, show_advanced_prefs)
|
|||
if show_advanced_prefs == nil then
|
||||
show_advanced_prefs = toboolean(ntop.getPref(show_advanced_prefs_key))
|
||||
end
|
||||
tprint(info)
|
||||
if (subpage.hidden) or
|
||||
((subpage.advanced) and (not show_advanced_prefs)) or
|
||||
((subpage.pro_only) and (not ntop.isPro())) or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue