Removed debug print

This commit is contained in:
Matteo Biscosi 2021-01-22 10:55:31 +01:00
parent f2e64bb9ef
commit 2f6a94ec7e

View file

@ -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