From: Art Cancro Date: Fri, 6 Jan 2017 23:35:43 +0000 (-0500) Subject: oops, I left a debug printf in there that I shouldn't have. X-Git-Tag: v939~642 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=32cfbe2d11d9b7e31e0fad2e9f9303e9134da0e3;p=citadel.git oops, I left a debug printf in there that I shouldn't have. --- diff --git a/citadel/modules/ctdlproto/serv_messages.c b/citadel/modules/ctdlproto/serv_messages.c index 96e49b653..0ef0b033f 100644 --- a/citadel/modules/ctdlproto/serv_messages.c +++ b/citadel/modules/ctdlproto/serv_messages.c @@ -52,7 +52,6 @@ void headers_listing(long msgnum, void *userdata) if (!CM_IsEmpty(msg, eMsgSubject)) { char *p; for (p=msg->cm_fields[eMsgSubject]; *p; p++) { - printf("%c\n", *p); if (*p == '|') { *p = '-'; }