Skip to content

Commit 9bc9f68

Browse files
authored
stray debugging print left behind (#24710)
mistakenly committed and needs to be removed
1 parent e772738 commit 9bc9f68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python_files/unittestadapter/pvsc_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ def send_post_request(
350350
encoded = request.encode("utf-8")
351351
bytes_written = 0
352352
while bytes_written < len(encoded):
353-
print("writing more bytes!")
354353
segment = encoded[bytes_written : bytes_written + size]
355354
bytes_written += __writer.write(segment)
356355
__writer.flush()

0 commit comments

Comments
 (0)