Skip to content

Commit bc6fe37

Browse files
committed
remove debug statement
1 parent d858626 commit bc6fe37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google/cloud/storage/internal/object_write_streambuf.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ void ObjectWriteStreambuf::FlushRoundChunk(ConstBufferSequence buffers) {
207207
auto upload_request =
208208
UploadChunkRequest(upload_id_, committed_size_, payload, hash_function_);
209209
request_.ForEachOption(internal::CopyCommonOptions(upload_request));
210-
upload_request.ForEachOption([](auto const& opt) {
211-
std::cout << "DEBUG: option=" << opt << "\n";
212-
});
213210
OptionsSpan const span(span_options_);
214211
auto response = connection_->UploadChunk(upload_request);
215212
if (!response) {

0 commit comments

Comments
 (0)