mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed debug print
This commit is contained in:
parent
b7709b13f4
commit
d383163fe4
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue