mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Comment out debug messages and bugfix of Makefile
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -41,7 +41,7 @@ BrokerSendTask::BrokerSendTask(Gateway* gateway)
|
||||
|
||||
BrokerSendTask::~BrokerSendTask()
|
||||
{
|
||||
WRITELOG("BrokerSendTask is deleted normally.\r\n");
|
||||
// WRITELOG("BrokerSendTask is deleted normally.\r\n");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user