mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed debug prints
This commit is contained in:
parent
01bd9d153d
commit
4e70960d5f
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ function Alert:set_info(params)
|
|||
self.score = ntop.mapSeverityToScore(script.severity.severity_id or 0 --[[ no score ]] )
|
||||
elseif (script == nil) then
|
||||
self.score = ntop.mapSeverityToScore(0 --[[ no score ]])
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, string.format("No script detected for entity %s, granularity: %s", params.entity_info.name, params.granularity))
|
||||
tprint(debug.traceback())
|
||||
-- traceError(TRACE_ERROR, TRACE_CONSOLE, string.format("No script detected for entity %s, granularity: %s", params.entity_info.name, params.granularity))
|
||||
-- tprint(debug.traceback())
|
||||
end
|
||||
|
||||
if params.entity_info then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue