browserui/browser/Group/BrowserLogger.inc
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
--- a/browserui/browser/Group/BrowserLogger.inc	Tue Feb 02 00:12:41 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-/*
-* This file enables or disables the logger 
-* functionality in Browser Application.
-* File included into mmp files.
-*/
-
-// define this macro to enable browser log
-// #define __BROWSER_LOG_ENABLE
-
-// define this macro to enable browser performance log
-//#define __BROWSER_PERF_LOG_ENABLE
-
-
-// debug mode always activates log
-#if defined( __BROWSER_LOG_ENABLE ) || defined( _DEBUG )
-	MACRO I__BROWSER_LOG_ENABLED
-	#define I__BROWSER_LOG_ENABLED
-#endif
-
-#if defined( __BROWSER_PERF_LOG_ENABLE )
-	MACRO I__BROWSER_PERF_LOG_ENABLED
-	#define I__BROWSER_PERF_LOG_ENABLED
-#endif