* IPAddress issue fixed

This commit is contained in:
Danyi Dávid
2017-10-10 08:33:02 +02:00
parent a10a8ac253
commit abd91e60f5
3 changed files with 22 additions and 25 deletions

View File

@@ -411,7 +411,6 @@ int transaction_send(lwm2m_context_t * contextP,
maxRetriesReached = true;
}
}
lwm2m_printf("max");
if (transacP->ack_received || maxRetriesReached)
{