summaryrefslogtreecommitdiffstats
path: root/dom/media/encoder/TrackEncoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/encoder/TrackEncoder.cpp')
-rw-r--r--dom/media/encoder/TrackEncoder.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/media/encoder/TrackEncoder.cpp b/dom/media/encoder/TrackEncoder.cpp
index ea39bb5a6..df6b24409 100644
--- a/dom/media/encoder/TrackEncoder.cpp
+++ b/dom/media/encoder/TrackEncoder.cpp
@@ -10,12 +10,7 @@
#include "VideoUtils.h"
#undef LOG
-#ifdef MOZ_WIDGET_GONK
-#include <android/log.h>
-#define LOG(args...) __android_log_print(ANDROID_LOG_INFO, "MediaEncoder", ## args);
-#else
#define LOG(args, ...)
-#endif
namespace mozilla {