mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed profiling print
This commit is contained in:
parent
92d9b101c2
commit
9f9beb0303
2 changed files with 3 additions and 12 deletions
|
|
@ -12,6 +12,7 @@ pragma_once_lua_utils_get = true
|
|||
|
||||
require "ntop_utils"
|
||||
require "label_utils"
|
||||
require "check_redis_prefs"
|
||||
|
||||
local clock_start = os.clock()
|
||||
|
||||
|
|
@ -390,16 +391,6 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function getThroughputType()
|
||||
local throughput_type = ntop.getCache("ntopng.prefs.thpt_content")
|
||||
if throughput_type == "" then
|
||||
throughput_type = "bps"
|
||||
end
|
||||
return throughput_type
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
-- Table preferences
|
||||
|
||||
function getDefaultTableSort(table_type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue