summaryrefslogtreecommitdiff
path: root/Mailman/smtplib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/smtplib.py')
-rw-r--r--Mailman/smtplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/smtplib.py b/Mailman/smtplib.py
index 93a448174..83e9192eb 100644
--- a/Mailman/smtplib.py
+++ b/Mailman/smtplib.py
@@ -1,3 +1,4 @@
+
# Copyright (C) 1998 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
@@ -120,7 +121,6 @@ class SmtpConnection:
self._sock.send(line + '\r\n')
self._sock.send('.\r\n')
self.getresp()
- print "send: done"
# Private crap from here down.
def getline(self):