Removed debug print

This commit is contained in:
MatteoBiscosi 2021-06-24 11:21:37 +02:00
parent b7709b13f4
commit d383163fe4

View file

@ -583,7 +583,6 @@ function page_utils.print_menubar()
end
local navbar_style = _POST["toggle_theme"] or ntop.getPref("ntopng.user." .. _SESSION["user"] .. ".theme")
tprint(navbar_style)
if ((navbar_style == nil) or (navbar_style == "white") or (navbar_style == "")) then
navbar_style = "default"