Get rid of unwanted debug message
This commit is contained in:
parent
fc55e2c59a
commit
03583e360c
1 changed files with 0 additions and 2 deletions
|
|
@ -121,8 +121,6 @@ void AndroidApiStub::remove_task(const std::int32_t &id) {
|
|||
|
||||
auto c = std::make_shared<Request<protobuf::rpc::Void>>();
|
||||
|
||||
DEBUG("");
|
||||
|
||||
protobuf::bridge::RemoveTask message;
|
||||
message.set_id(id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue