Skip to content

Commit

Permalink
stray debugging print left behind (microsoft#24710)
Browse files Browse the repository at this point in the history
mistakenly committed and needs to be removed
  • Loading branch information
eleanorjboyd authored and anthonykim1 committed Jan 17, 2025
1 parent d2e3fc4 commit 924b8ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_files/unittestadapter/pvsc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ def send_post_request(
encoded = request.encode("utf-8")
bytes_written = 0
while bytes_written < len(encoded):
print("writing more bytes!")
segment = encoded[bytes_written : bytes_written + size]
bytes_written += __writer.write(segment)
__writer.flush()
Expand Down

0 comments on commit 924b8ea

Please sign in to comment.