summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-05-13 12:15:57 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-05-13 13:18:58 +0100
commitfaeb80dc19bd3cd02ca367090382e58151bfd13a (patch)
tree991c1df0b6c411d6d3b654dba0b8889a534b1a7f /src
parent0de9945258c2e7910c35f715caf07c5e9270aa1b (diff)
Debug: quieten DSN
Diffstat (limited to 'src')
-rw-r--r--src/src/transports/smtp.c1
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;