Skip to content

Commit 9deb09b

Browse files
committed
cleanup
1 parent d7f275e commit 9deb09b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google/cloud/bigquery_unified/internal/connection_impl.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ future<StatusOr<google::cloud::bigquery::v2::Job>> ConnectionImpl::InsertJob(
132132
},
133133
polling_policy(*current_options), __func__,
134134
[](google::cloud::bigquery::v2::Job const& op) {
135-
// std::cout << __func__ << ": op.status().state()=" <<
136-
// op.status().state()
137-
// << "\n";
138135
return op.status().state() == "DONE";
139136
},
140137
[ref = insert_response->job_reference()](

0 commit comments

Comments
 (0)