Removed profiling print

This commit is contained in:
Matteo Biscosi 2024-02-21 10:36:39 +00:00
parent 92d9b101c2
commit 9f9beb0303
2 changed files with 3 additions and 12 deletions

View file

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