From 7903943019c9883cd3c83cc0c4dd1a8c25d41410 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 22 Apr 2005 21:56:32 +0000 Subject: oops svn-id: r17760 --- base/gameDetector.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'base') 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", -- cgit v1.2.3