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

@@ -114,7 +114,7 @@ Gateway::~Gateway()
{
delete _topics;
}
WRITELOG("Gateway is deleted normally.\r\n");
// WRITELOG("Gateway is deleted normally.\r\n");
}
int Gateway::getParam(const char* parameter, char* value)