From 2460879e8123f749ce81180f92614f59134b60ed Mon Sep 17 00:00:00 2001 From: MinRK Date: Fri, 27 Jun 2014 17:53:14 -0700 Subject: [PATCH] Remove a sleep no longer needed with the current base zmq version --- IPython/html/notebookapp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index 0533f8a1e..8104ec2ca 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -714,8 +714,6 @@ class NotebookApp(BaseIPythonApplication): This doesn't work on Windows. """ - # FIXME: remove this delay when pyzmq dependency is >= 2.1.11 - time.sleep(0.1) info = self.log.info info('interrupted') print(self.notebook_info())