summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrController.m')
-rwxr-xr-xmacosx/PcsxrController.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index ac24e1d8..2e260049 100755
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -587,7 +587,6 @@ otherblock();\
}
#ifdef DEBUG
if ([unknownOptions count]) {
- //As there doesn't seem to be a Cocoa/Objective-C method like this...
NSString *unknownString = [unknownOptions componentsJoinedByString:@" "];
NSLog(@"The following options weren't recognized by PCSX-R: %@. This may be due to extra arguments passed by the OS or debugger.", unknownString);