]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
mlmmj-process: remove useless debug
authorBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 6 Jul 2023 11:52:22 +0000 (13:52 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 6 Jul 2023 11:52:22 +0000 (13:52 +0200)
src/mlmmj-process.c

index 1b35410d40a4c8856e3bf35e1e4aaa6d5efdf3aa..e9c1da3fce7f16048a1b4f749c046e82e06b7a3a 100644 (file)
@@ -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;