mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Removes a debug print
This commit is contained in:
parent
e52265f584
commit
c972cc3c43
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ end
|
|||
-- @param data_url A URL associated to this data identified with `data_key` (optional)
|
||||
-- @param data_color A color associated to this data identified with `data_color` (optional)
|
||||
function datamodel:append(data_key, data_values, data_url, data_color)
|
||||
tprint(colors)
|
||||
-- Always append ordered data
|
||||
self._data[#self._data + 1] = {
|
||||
k = data_key, -- The Key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue