Remove warning in case coap_engine_init is called twice

This commit is contained in:
Simon Duquennoy 2018-04-13 06:49:28 -07:00
parent 7a96a8f8a9
commit 02b96f7474

View File

@ -363,7 +363,6 @@ coap_engine_init(void)
{
/* avoid initializing twice */
if(is_initialized) {
LOG_DBG("already running - double initialization?\n");
return;
}
is_initialized = 1;