From f0d3bae673ddf3e7946e88054e219fc591ff3a8d Mon Sep 17 00:00:00 2001 From: HerbFargus Date: Mon, 25 Jan 2016 19:28:59 -0700 Subject: [PATCH] Cosmetic nits --- es-app/src/SystemData.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index 5e2b9b4c2..60e5975b1 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -123,9 +123,7 @@ void SystemData::launchGame(Window* window, FileData* game) command = strreplace(command, "%ROM_RAW%", rom_raw); LOG(LogInfo) << " " << command; - std::cout << "==============================================\n"; int exitCode = runSystemCommand(command); - std::cout << "==============================================\n"; if(exitCode != 0) {