We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9caff commit 9ccdb65Copy full SHA for 9ccdb65
1 file changed
packages/google-cloud-storage/google/cloud/storage/blob.py
@@ -2344,7 +2344,6 @@ def _do_resumable_upload(
2344
"upload.checksum": f"{checksum}",
2345
}
2346
args = {"timeout": timeout}
2347
- # import pdb; pdb.set_trace()
2348
with create_trace_span(
2349
name="Storage.ResumableUpload/transmitNextChunk",
2350
attributes=extra_attributes,
0 commit comments