diff -r 7d4490026038 -r 44f437012c90 persistentstorage/sql/TEST/t_sqldbconfigfile.cpp --- a/persistentstorage/sql/TEST/t_sqldbconfigfile.cpp Mon Sep 27 11:59:56 2010 +0100 +++ b/persistentstorage/sql/TEST/t_sqldbconfigfile.cpp Tue Oct 19 16:26:13 2010 +0100 @@ -104,7 +104,6 @@ { _LIT(KSqlSrvName, "sqlsrv.exe"); TFullName name; - //RDebug::Print(_L("Find and kill \"%S\" process.\n"), &aProcessName); TBuf<64> pattern(KSqlSrvName); TInt length = pattern.Length(); pattern += _L("*"); @@ -121,7 +120,6 @@ { // If the found name is other valid application name // starting with aProcessName string. - //RDebug::Print(_L(":: Process name: \"%S\".\n"), &name); continue; } } @@ -129,7 +127,6 @@ if (proc.Open(name) == KErrNone) { proc.Kill(0); - //RDebug::Print(_L("\"%S\" process killed.\n"), &name); } proc.Close(); }