diff -r c8caa15ef882 -r e6a66db4e9d0 simpleengine/siputils/src/simpledebugutils.cpp --- 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 ); }