summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/smtpd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py
index 6f46c97..ef38cc2 100755
--- a/Lib/smtpd.py
+++ b/Lib/smtpd.py
@@ -540,7 +540,6 @@ if __name__ == '__main__':
classname = classname[lastdot+1:]
else:
import __main__ as mod
- print mod.__name__, dir(mod)
class_ = getattr(mod, classname)
proxy = class_((options.localhost, options.localport),
(options.remotehost, options.remoteport))