Remove some heap debugging output, fixes #158

pull/163/head
Thorsten von Eicken 9 years ago
parent ef6a611045
commit 7f426da314
  1. 2
      esp-link/main.c

@ -141,7 +141,6 @@ void user_init(void) {
os_delay_us(10000L);
os_printf("\n\n** %s\n", esp_link_version);
os_printf("Flash config restore %s\n", restoreOk ? "ok" : "*FAILED*");
prHeapTimerCb(0);
// Status LEDs
statusInit();
serledInit();
@ -186,5 +185,4 @@ void user_init(void) {
#ifdef MEMLEAK_DEBUG
system_show_malloc();
#endif
prHeapTimerCb(0);
}

Loading…
Cancel
Save