Removed a printf

This commit is contained in:
Elias Naur 2002-12-12 20:04:56 +00:00
parent 7184576886
commit ede753c419
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_input_Mouse_nCreate
printf("Failed to acquire mouse\n");
#endif
}
printf("Acquired mouse\n");
return JNI_TRUE;
}