From 8be76dcfe9ddf3331aa2cbaef562baf3c1f43812 2010-08-25 21:11:59 From: Brian Granger Date: 2010-08-25 21:11:59 Subject: [PATCH] Minor debug statement removed. --- diff --git a/IPython/zmq/entry_point.py b/IPython/zmq/entry_point.py index b07b849..3585696 100644 --- a/IPython/zmq/entry_point.py +++ b/IPython/zmq/entry_point.py @@ -79,7 +79,6 @@ def make_kernel(namespace, kernel_factory, # Redirect input streams and set a display hook. if out_stream_factory: - pass sys.stdout = out_stream_factory(session, pub_socket, u'stdout') sys.stderr = out_stream_factory(session, pub_socket, u'stderr') if display_hook_factory: