Bug 1163198 - Remove instances of #ifdef PR_LOGGING in dom/plugins. r=froydnj

PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
This commit is contained in:
Eric Rahm 2015-05-11 14:00:02 -07:00
parent 2c22623584
commit fa0752604b

View File

@ -10,8 +10,6 @@
#include "prlog.h"
#ifdef PR_LOGGING
#ifndef PLUGIN_LOGGING // allow external override
#define PLUGIN_LOGGING 1 // master compile-time switch for pluging logging
#endif
@ -58,8 +56,6 @@ public:
#endif // PLUGIN_LOGGING
#endif // PR_LOGGING
// Quick-use macros
#ifdef PLUGIN_LOGGING
#define NPN_PLUGIN_LOG(a, b) \