Skip to content

Commit

Permalink
chore: remove debugger comment (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
cojenco authored Nov 12, 2024
1 parent 63cff04 commit 0cfddf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/storage/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,6 @@ def _do_resumable_upload(
"upload.checksum": f"{checksum}",
}
args = {"timeout": timeout}
# import pdb; pdb.set_trace()
with create_trace_span(
name="Storage.ResumableUpload/transmitNextChunk",
attributes=extra_attributes,
Expand Down

0 comments on commit 0cfddf4

Please sign in to comment.