]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove debugging print
authorSkip Montanaro <skip@pobox.com>
Sat, 26 Jun 2004 19:42:10 +0000 (19:42 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 26 Jun 2004 19:42:10 +0000 (19:42 +0000)
Lib/smtpd.py

index 6f46c97ed9930593426f903eb8de0595d05e1137..ef38cc2b078d7ac9329739d89188b40abeb1753d 100755 (executable)
@@ -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))