From 03583e360c0ca73a6d34d8e40ef73462d735ad17 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Thu, 8 Dec 2016 17:07:36 +0100 Subject: [PATCH] Get rid of unwanted debug message --- src/anbox/bridge/android_api_stub.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/anbox/bridge/android_api_stub.cpp b/src/anbox/bridge/android_api_stub.cpp index b26d383..9b1f11b 100644 --- a/src/anbox/bridge/android_api_stub.cpp +++ b/src/anbox/bridge/android_api_stub.cpp @@ -121,8 +121,6 @@ void AndroidApiStub::remove_task(const std::int32_t &id) { auto c = std::make_shared>(); - DEBUG(""); - protobuf::bridge::RemoveTask message; message.set_id(id);