Commit 5fad8bd0 authored by Skip Montanaro's avatar Skip Montanaro

remove debugging print

parent 90e01539
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment