diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-13 12:15:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-13 13:18:58 +0100 |
commit | faeb80dc19bd3cd02ca367090382e58151bfd13a (patch) | |
tree | 991c1df0b6c411d6d3b654dba0b8889a534b1a7f /src | |
parent | 0de9945258c2e7910c35f715caf07c5e9270aa1b (diff) |
Debug: quieten DSN
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 12a199464..3d41a6767 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -4528,7 +4528,6 @@ DEBUG(D_transport) /* Check the restrictions on line length */ -debug_printf("%s %d: max_received_linelength %u message_linelength_limit %u\n", __FUNCTION__, __LINE__, max_received_linelength, ob->message_linelength_limit); if (max_received_linelength > ob->message_linelength_limit) { struct timeval now; |