Get rid of unwanted debug message

This commit is contained in:
Simon Fels 2016-12-08 17:07:36 +01:00
commit 03583e360c

View file

@ -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);