]> code.citadel.org Git - citadel.git/commitdiff
oops , left a trace in there
authorArt Cancro <ajc@citadel.org>
Mon, 13 May 2024 16:07:38 +0000 (16:07 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 13 May 2024 16:07:38 +0000 (16:07 +0000)
citadel/server/modules/smtp/dkim.c

index 5f1c4b2f570db3c0bfc874c34abf97ceb09b72e4..cb4f881795e96ee26398086cee448731c5765640 100644 (file)
@@ -295,7 +295,6 @@ void dkim_canonicalize_unfolded_headers(StrBuf *headers) {
 
                ptr = end_of_this_line + 2;                                     // Advance to the beginning of the next line
        }
-       fprintf(stderr, "\033[7m%s\033[0m", (char *)ChrPtr(headers));
 }