mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 09:03:24 +00:00
Removes a debug trace
This commit is contained in:
parent
fa3d346f58
commit
a11257482b
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ u_int8_t ParserInterface::parseEvent(const char * const payload, int payload_siz
|
|||
|
||||
// payload[payload_size] = '\0';
|
||||
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL, "%s", payload);
|
||||
// ntop->getTrace()->traceEvent(TRACE_NORMAL, "%s", payload);
|
||||
o = json_tokener_parse_verbose(payload, &jerr);
|
||||
|
||||
if(o && (zrs = (ZMQ_RemoteStats*)calloc(1, sizeof(ZMQ_RemoteStats)))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue