提交 98728a72 编写于 作者: K kizune

7172430: [macosx] debug message in non debug jdk build

Reviewed-by: anthony, serb
上级 f85be60c
...@@ -188,7 +188,9 @@ AWT_ASSERT_APPKIT_THREAD; ...@@ -188,7 +188,9 @@ AWT_ASSERT_APPKIT_THREAD;
#endif #endif
} }
} else { } else {
#if IM_DEBUG
NSLog(@"-> IM does not want to handle event"); NSLog(@"-> IM does not want to handle event");
#endif
[self deliverJavaMouseEvent: event]; [self deliverJavaMouseEvent: event];
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册