Revert "Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG"
authorKwangYong Choi <ky0.choi@samsung.com>
Tue, 10 Sep 2013 11:19:53 +0000 (20:19 +0900)
committerKwangYong Choi <ky0.choi@samsung.com>
Tue, 10 Sep 2013 11:50:53 +0000 (20:50 +0900)
This reverts commit 3fda10a99e4198b26eec5ed63698985bb5b349f5.

Change-Id: I8937dd55456f1254e59bee8e33f9804712a46976

Source/WTF/wtf/Assertions.cpp

index 829867f..4f82429 100644 (file)
@@ -447,7 +447,7 @@ void WTFLogAlways(const char* format, ...)
 #if ENABLE(TIZEN_DLOG_SUPPORT)
 void TizenLog(TizenDlogPriority priority, bool secureLog, int line, const char* function, const char* format, ...)
 {
-#ifndef TIZEN_ENGINEER_MODE
+#ifndef _SECURE_LOG
     // Do not print logs if _SECURE_LOG is not defined by dlog package and secureLog is true.
     if (secureLog)
         return;