Skip to content

Commit 0f8c575

Browse files
committed
remove commented line
1 parent 52eab57 commit 0f8c575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/viam/sdk/common/client_helper.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class ClientHelper {
110110
template <typename ResponseHandlerCallable, typename ErrorHandlerCallable>
111111
auto invoke(ResponseHandlerCallable&& rhc, ErrorHandlerCallable&& ehc) {
112112
client_helper_details::set_name(&request_, client_);
113-
// *request_.mutable_name() = client_->name();
114113
ClientContext ctx;
115114

116115
if (debug_key_ != "") {

0 commit comments

Comments
 (0)