From baa2b30dea6a94dfd5a9ecba6c7de6611594507b Mon Sep 17 00:00:00 2001 From: clay_shooter Date: Sat, 24 Mar 2007 11:55:32 +0000 Subject: [PATCH] commented out unnecessary print statement when event method not found --- jni/EventProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/EventProxy.cpp b/jni/EventProxy.cpp index fc4fc3c..644db33 100644 --- a/jni/EventProxy.cpp +++ b/jni/EventProxy.cpp @@ -146,7 +146,7 @@ STDMETHODIMP EventProxy::Invoke(DISPID dispID, REFIID riid, if (!eventMethodName) { // user did not implement this method - printf("Invoke: didn't find method name\n"); + //printf("Invoke: didn't find method name\n"); ThrowComFail(env, "Event method received was not defined as part of callback interface", -1); // should we detatch before returning?? The old code didn't but I don't see why not.