Show More
@@ -1,4 +1,3 b'' | |||
|
1 | import logging | |
|
2 | 1 |
|
|
3 | 2 | import time |
|
4 | 3 | from io import StringIO |
@@ -11,9 +10,6 b' from IPython.utils import io' | |||
|
11 | 10 | # Globals |
|
12 | 11 | #----------------------------------------------------------------------------- |
|
13 | 12 | |
|
14 | # Module-level logger | |
|
15 | logger = logging.getLogger(__name__) | |
|
16 | ||
|
17 | 13 | #----------------------------------------------------------------------------- |
|
18 | 14 | # Stream classes |
|
19 | 15 | #----------------------------------------------------------------------------- |
@@ -48,7 +44,6 b' class OutStream(object):' | |||
|
48 | 44 | content = {u'name':self.name, u'data':data} |
|
49 | 45 | msg = self.session.send(self.pub_socket, u'stream', content=content, |
|
50 | 46 | parent=self.parent_header, ident=self.topic) |
|
51 | logger.debug(msg) | |
|
52 | 47 | |
|
53 | 48 | self._buffer.close() |
|
54 | 49 | self._new_buffer() |
General Comments 0
You need to be logged in to leave comments.
Login now