sourceforge PR 1169879 asked that this extra printf be removed

This commit is contained in:
clay_shooter
2005-07-07 01:19:37 +00:00
parent 1989d843c5
commit d6742a806d

View File

@@ -58,7 +58,7 @@ JNIEXPORT jint JNICALL
Java_com_jacob_com_EnumVariant_Next(JNIEnv* env, jobject _this, jobjectArray vars)
{
IEnumVARIANT* self = extractEnumVariant(env, _this);
printf("self=%x\n", self);
//printf("self=%x\n", self);
if(self == NULL)
return 0;