Skip to content

Commit e76a98d

Browse files
authored
Removed obsolete debug code (esp8266#7757)
1 parent 0f58a90 commit e76a98d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cores/esp8266/core_esp8266_main.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -317,14 +317,6 @@ extern "C" void app_entry_redefinable(void)
317317
cont_t s_cont __attribute__((aligned(16)));
318318
g_pcont = &s_cont;
319319

320-
#ifdef DEV_DEBUG_MMU_IRAM
321-
DBG_MMU_PRINT_STATUS();
322-
323-
DBG_MMU_PRINT_IRAM_BANK_REG(0, "");
324-
325-
DBG_MMU_PRINTF("\nCall call_user_start()\n");
326-
#endif
327-
328320
/* Call the entry point of the SDK code. */
329321
call_user_start();
330322
}

0 commit comments

Comments
 (0)