Skip to content

Commit 434a1a8

Browse files
committed
remove printf from generated stub
1 parent 97d4f82 commit 434a1a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google/cloud/bigtable/internal/bigtable_stub.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ std::unique_ptr<google::cloud::internal::StreamingReadRpc<
3636
DefaultBigtableStub::ReadRows(
3737
std::shared_ptr<grpc::ClientContext> context, Options const&,
3838
google::bigtable::v2::ReadRowsRequest const& request) {
39-
std::cout << __PRETTY_FUNCTION__ << std::endl;
4039
auto stream = grpc_stub_->ReadRows(context.get(), request);
4140
return std::make_unique<google::cloud::internal::StreamingReadRpcImpl<
4241
google::bigtable::v2::ReadRowsResponse>>(std::move(context),
@@ -71,7 +70,6 @@ std::unique_ptr<google::cloud::internal::StreamingReadRpc<
7170
DefaultBigtableStub::MutateRows(
7271
std::shared_ptr<grpc::ClientContext> context, Options const&,
7372
google::bigtable::v2::MutateRowsRequest const& request) {
74-
std::cout << __PRETTY_FUNCTION__ << std::endl;
7573
auto stream = grpc_stub_->MutateRows(context.get(), request);
7674
return std::make_unique<google::cloud::internal::StreamingReadRpcImpl<
7775
google::bigtable::v2::MutateRowsResponse>>(std::move(context),

0 commit comments

Comments
 (0)