removed debug

This commit is contained in:
Brian Matzon 2005-04-12 19:13:35 +00:00
parent c6a9e8cbf0
commit 4ae8937633
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ static char *concatenate(const char *str1, const char *str2) {
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_lwjgl_fmod3_FMOD_getNativeLibraryVersion(JNIEnv * env, jclass clazz) {
printfDebug("getNativeLibrary: %s", VERSION);
return NewStringNative(env, VERSION);
}