remove debugging print

This commit is contained in:
Skip Montanaro 2004-06-26 19:42:10 +00:00
parent 90e0153940
commit 5fad8bd088
1 changed files with 0 additions and 1 deletions

View File

@ -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))