simpleengine/siputils/src/simpledebugutils.cpp
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
--- a/simpleengine/siputils/src/simpledebugutils.cpp	Tue Feb 02 01:05:17 2010 +0200
+++ b/simpleengine/siputils/src/simpledebugutils.cpp	Fri Mar 19 09:37:41 2010 +0200
@@ -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 );
 
     }