Oops. Backout some debug code that was accidentally committed.

This commit is contained in:
Gregory Nutt
2016-07-27 08:57:31 -06:00
parent d4f3954b35
commit 59abd48bdf
+1 -2
View File
@@ -70,11 +70,10 @@
* any failure to indicate the nature of the failure.
*
****************************************************************************/
#include <stdio.h>
#ifdef CONFIG_LIB_BOARDCTL
int board_app_initialize(uintptr_t arg)
{
lib_dumpbuffer("stdin", stdin, sizeof(FILE));
#ifndef CONFIG_BOARD_INITIALIZE
sim_bringup();
#endif