Comment out debug messages and bugfix of Makefile

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-10-12 18:42:10 +09:00
parent 8ceb7ee67e
commit 910dd07f3a
4 changed files with 9 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ BrokerSendTask::BrokerSendTask(Gateway* gateway)
BrokerSendTask::~BrokerSendTask()
{
WRITELOG("BrokerSendTask is deleted normally.\r\n");
// WRITELOG("BrokerSendTask is deleted normally.\r\n");
}
/**