From 907270df79d1d54ad8818ba2f21d214e57cf00bb Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Thu, 20 Nov 2014 10:07:01 -0200 Subject: Removed useless print from the code --- service/pixelated/config/app_factory.py | 1 - 1 file changed, 1 deletion(-) (limited to 'service') diff --git a/service/pixelated/config/app_factory.py b/service/pixelated/config/app_factory.py index 93681fe3..81868849 100644 --- a/service/pixelated/config/app_factory.py +++ b/service/pixelated/config/app_factory.py @@ -132,7 +132,6 @@ def init_app(app): def create_app(app, bind_address, bind_port): - print type(reactor.listenTCP) reactor.listenTCP(bind_port, Site(app.resource()), interface=bind_address) reactor.callWhenRunning(lambda: init_app(app)) reactor.run() -- cgit v1.2.3