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

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