simpleengine/siputils/src/simpledebugutils.cpp
branchRCL_3
changeset 34 2669f8761a99
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
--- a/simpleengine/siputils/src/simpledebugutils.cpp	Thu Aug 19 10:19:02 2010 +0300
+++ b/simpleengine/siputils/src/simpledebugutils.cpp	Tue Aug 31 15:35:50 2010 +0300
@@ -57,9 +57,6 @@
     _LIT(KLogFile, "simple.txt");
     // Write to log file
     RFileLogger::Write(KLogDir, KLogFile, EFileLoggingModeAppend, buf);
-    
-    _LIT( KSimplePrefix,  "[simple] ");    
-    buf.Insert( 0, KSimplePrefix );
     RDebug::RawPrint( buf );
 
     }