Bug 740961 - Remove debug logging from nssbridge. r=mfinkle

This commit is contained in:
Wes Johnston 2012-04-12 20:32:41 -07:00
parent 43bb285440
commit cc5a1a065c

View File

@ -15,8 +15,6 @@
#include "ElfLoader.h"
#endif
#define DEBUG 1
#ifdef DEBUG
#define LOG(x...) __android_log_print(ANDROID_LOG_INFO, "GeckoJNI", x)
#else