aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/gameDetector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index f4918797df..3d292ff46d 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -297,7 +297,6 @@ GameSettings GameDetector::findGame(const String &gameName, const Plugin **plugi
if (option == NULL) goto ShowHelpAndExit; \
char *endptr = 0; \
int intValue = (int)strtol(option, &endptr, 10); \
- printf("option %d, endptr %d\n", (int)option, (int)endptr); \
if (endptr == NULL || *endptr != 0) goto ShowHelpAndExit;
// Use this for boolean options; this distinguishes between "-x" and "-X",