Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 07a7475

Browse files
committed
Remove accidental debugging statement.
1 parent 8768dbc commit 07a7475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hyper/http20/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ def receive_frame(self, frame):
224224
f.flags.add('ACK')
225225
self._send_cb(f)
226226
else:
227-
import pdb; pdb.set_trace()
228227
raise ValueError("Unexpected frame %s." % frame)
229228

230229
def _update_settings(self, frame):

0 commit comments

Comments
 (0)