1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

removed a 'test' printf from main.c

This commit is contained in:
Bogdan Marinescu 2008-09-10 18:03:08 +00:00
parent a775de5032
commit 6e62b7a477

View File

@ -185,8 +185,6 @@ int main( void )
lua_main( 2, lua_argv );
}
printf( "%d\n", sizeof( ptrdiff_t ) );
// Run the shell
if( shell_init( XMODEM_MAX_FILE_SIZE ) == 0 )
{