Skip to content

Commit

Permalink
removed pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanbo Liu committed Dec 15, 2023
1 parent 36e4f9d commit bd8c293
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtimes/huggingface/tests/test_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
)
def test_decode_request(inference_request, expected):
payload = HuggingfaceRequestCodec.decode_request(inference_request)
import pdb

pdb.set_trace()

assert payload == expected


Expand Down

0 comments on commit bd8c293

Please sign in to comment.