Remove printf.
[enjoyable.git] / TargetToggleMouseScope.m
index 968237c..2f03c2f 100644 (file)
@@ -31,7 +31,6 @@
     ApplicationController *ac = [NSApplication sharedApplication].delegate;
     JoystickController *jc = ac.jsController;
     [jc setFrontWindowOnly: ![jc frontWindowOnly]];
-    printf("Front window only: %d\n", [jc frontWindowOnly]);
 }
 
 @end