From: Baptiste Daroussin Date: Thu, 6 Jul 2023 11:52:22 +0000 (+0200) Subject: mlmmj-process: remove useless debug X-Git-Tag: RELEASE_1_4_0rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0b1e49bca67a7233928413ca1f718aef43c953;p=thirdparty%2Fmlmmj.git mlmmj-process: remove useless debug --- diff --git a/src/mlmmj-process.c b/src/mlmmj-process.c index 1b35410d..e9c1da3f 100644 --- a/src/mlmmj-process.c +++ b/src/mlmmj-process.c @@ -648,9 +648,6 @@ int main(int argc, char **argv) exec_or_die(mlmmjsend, "-l", "4", "-L", ml.dir, "-F", efrom, "-s", owner, "-a", "-m", donemailname, NULL); } -#if 0 - log_error(LOG_ARGS, "listcontrol(from, %s, %s, %s, %s, %s, %s, %s)\n", listdir, toemails.emaillist[0], mlmmjsub, mlmmjsend, mlmmjbounce, donemailname); -#endif unlink(mailfile); if (tll_length(originalfromemails) > 0) testfrom = &originalfromemails;