Skip to content

Commit

Permalink
sourceforge PR 1169879 asked that this extra printf be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
clay_shooter committed Jul 7, 2005
1 parent f2f0da3 commit 6ad9052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jacob/jni/EnumVariant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6ad9052

Please sign in to comment.