Remove a sleep no longer needed with the current base zmq version

This commit is contained in:
MinRK 2014-06-27 17:53:14 -07:00
parent 0f8bdaa8dc
commit 2460879e81

View File

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