summaryrefslogtreecommitdiffstats
path: root/ipc/keystore/KeyStoreConnector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/keystore/KeyStoreConnector.cpp')
-rw-r--r--ipc/keystore/KeyStoreConnector.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/keystore/KeyStoreConnector.cpp b/ipc/keystore/KeyStoreConnector.cpp
index 0e11fcec6..4baf14175 100644
--- a/ipc/keystore/KeyStoreConnector.cpp
+++ b/ipc/keystore/KeyStoreConnector.cpp
@@ -13,12 +13,7 @@
#include "nsISupportsImpl.h" // for MOZ_COUNT_CTOR, MOZ_COUNT_DTOR
#include "nsThreadUtils.h" // For NS_IsMainThread.
-#ifdef MOZ_WIDGET_GONK
-#include <android/log.h>
-#define KEYSTORE_LOG(args...) __android_log_print(ANDROID_LOG_INFO, "Gonk", args)
-#else
#define KEYSTORE_LOG(args...) printf(args);
-#endif
namespace mozilla {
namespace ipc {