mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Cleanup tprint
This commit is contained in:
parent
330c3f5b9d
commit
807870e8da
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ end
|
|||
function datatable_utils.save_column_preferences(table_name, columns)
|
||||
-- avoid the save of nil value
|
||||
if columns == nil then return end
|
||||
tprint(columns)
|
||||
|
||||
local key = string.format(REDIS_KEY, get_username(), table_name)
|
||||
local cols = split(columns, ",")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue