Skip to content

Commit 00812c3

Browse files
committed
Remove commented debug statement that used old API.
1 parent 86a347d commit 00812c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_client/channels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def run(self):
142142
continue
143143

144144
since_last_heartbeat = 0.0
145-
# io.rprint('Ping from HB channel') # dbg
146145
# no need to catch EFSM here, because the previous event was
147146
# either a recv or connect, which cannot be followed by EFSM
148147
self.socket.send(b'ping')

0 commit comments

Comments
 (0)