From 66e07f7b3e243b960aec35552ede5d5db7d02c72 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 2 Oct 2012 15:41:58 +0200 Subject: cleanup --- plugins/mmjsonparse/mmjsonparse.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/mmjsonparse/mmjsonparse.c') diff --git a/plugins/mmjsonparse/mmjsonparse.c b/plugins/mmjsonparse/mmjsonparse.c index 406fbbf9..b1a4f097 100644 --- a/plugins/mmjsonparse/mmjsonparse.c +++ b/plugins/mmjsonparse/mmjsonparse.c @@ -138,7 +138,6 @@ processJSON(instanceData *pData, msg_t *pMsg, char *buf, size_t lenBuf) } msgAddJSON(pMsg, (uchar*)"!", json); -dbgprintf("AAAA: The msg json object: %s\n",json_object_to_json_string(pMsg->json)); finalize_it: RETiRet; } @@ -159,7 +158,6 @@ CODESTARTdoAction */ buf = getMSG(pMsg); -dbgprintf("mmjsonparse: msg is '%s'\n", buf); while(*buf && isspace(*buf)) { ++buf; } @@ -169,7 +167,6 @@ dbgprintf("mmjsonparse: msg is '%s'\n", buf); ABORT_FINALIZE(RS_RET_NO_CEE_MSG); } buf += LEN_COOKIE; -dbgprintf("mmjsonparse: cookie found, rest of message: '%s'\n", buf); CHKiRet(processJSON(pData, pMsg, (char*) buf, strlen((char*)buf))); bSuccess = 1; finalize_it: -- cgit v1.2.3