diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index db03fef4f..500d0a689 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -3052,14 +3052,6 @@ int32_t GameInterface::app_main() int cnt = 0; uint32_t TotalMemory; - if (argc > 1) - { - buildputs("Application parameters: "); - for (i = 1; i < argc; ++i) - buildprintf("%s ", argv[i]); - buildputs("\n"); - } - SW_ExtInit(); CONFIG_ReadSetup();