changeset 5412:30ac2b989455

7172430: [macosx] debug message in non debug jdk build Reviewed-by: anthony, serb
author kizune
date Wed, 20 Jun 2012 15:27:28 +0400
parents 677a1b6a10e6
children ca3e2e4bf80a
files src/macosx/native/sun/awt/AWTView.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/macosx/native/sun/awt/AWTView.m	Tue Jun 19 13:08:23 2012 +0400
+++ b/src/macosx/native/sun/awt/AWTView.m	Wed Jun 20 15:27:28 2012 +0400
@@ -188,7 +188,9 @@
 #endif
         }
     } else {
+#if IM_DEBUG
         NSLog(@"-> IM does not want to handle event");
+#endif
         [self deliverJavaMouseEvent: event];
     }
 }