Bug 866317: Remove unneeded line from ccsip_debug.c that just logs a blank line, since it triggers a build warning for empty format string. r=abr

This commit is contained in:
Daniel Holbert 2013-04-27 00:27:05 -07:00
parent 9307d6ff20
commit 1a9319b573

View File

@ -247,7 +247,6 @@ platform_print_sip_msg (const char *msg)
return;
}
CSFLogDebug("sipstack", "");
/* replace digits for security reasons */
if (strstr(msg, "kpml-response")) {
/* This is kpml response. so supress printing digits. */