Got rid of debug printf().

git-svn-id: svn://10.0.0.236/trunk@4983 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
fur 1998-07-03 02:41:31 +00:00
parent cf3292cbf7
commit 0318d6d143

View File

@ -225,7 +225,7 @@ JavaPackage_resolve(JSContext *cx, JSObject *obj, jsval id)
}
#ifdef DEBUG
printf("JavaPackage \'%s\' created\n", newPath);
/* printf("JavaPackage \'%s\' created\n", newPath); */
#endif
}