Skip to content

Commit 0cfddf4

Browse files
authored
chore: remove debugger comment (#1381)
1 parent 63cff04 commit 0cfddf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/storage/blob.py

-1
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,6 @@ def _do_resumable_upload(
23442344
"upload.checksum": f"{checksum}",
23452345
}
23462346
args = {"timeout": timeout}
2347-
# import pdb; pdb.set_trace()
23482347
with create_trace_span(
23492348
name="Storage.ResumableUpload/transmitNextChunk",
23502349
attributes=extra_attributes,

0 commit comments

Comments
 (0)