Bug 589320 - Remove unused _MOZ_LOG macro. r=smaug
authorLisa Hewus Fresh <bugz42@gmail.com>
Mon, 13 Oct 2014 11:06:49 -0700
changeset 210203 b3cf4699f5380efa15c40913a69f9dc9bbbbf06a
parent 210202 ba5d59a26a4705550dc63ad2c2ee8affccd2fe5a
child 210204 f3a1ee83b4fdcef150b988bf7413144947f34f5c
push id1
push userroot
push dateMon, 20 Oct 2014 17:29:22 +0000
reviewerssmaug
bugs589320
milestone35.0a1
Bug 589320 - Remove unused _MOZ_LOG macro. r=smaug
dom/ipc/ContentProcess.h
--- a/dom/ipc/ContentProcess.h
+++ b/dom/ipc/ContentProcess.h
@@ -6,19 +6,16 @@
 
 #ifndef dom_tabs_ContentThread_h
 #define dom_tabs_ContentThread_h 1
 
 #include "mozilla/ipc/ProcessChild.h"
 #include "mozilla/ipc/ScopedXREEmbed.h"
 #include "ContentChild.h"
 
-#undef _MOZ_LOG
-#define _MOZ_LOG(s)  printf("[ContentProcess] %s", s)
-
 namespace mozilla {
 namespace dom {
 
 /**
  * ContentProcess is a singleton on the content process which represents
  * the main thread where tab instances live.
  */
 class ContentProcess : public mozilla::ipc::ProcessChild