We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e772738 commit 9bc9f68Copy full SHA for 9bc9f68
python_files/unittestadapter/pvsc_utils.py
@@ -350,7 +350,6 @@ def send_post_request(
350
encoded = request.encode("utf-8")
351
bytes_written = 0
352
while bytes_written < len(encoded):
353
- print("writing more bytes!")
354
segment = encoded[bytes_written : bytes_written + size]
355
bytes_written += __writer.write(segment)
356
__writer.flush()
0 commit comments