diff -r e5af45d51884 -r 31fccae4f8a7 uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp --- a/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Tue Aug 31 16:07:35 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Wed Sep 01 12:16:53 2010 +0100 @@ -53,13 +53,11 @@ TInt flags = KGOomUseSwRendering; iPlugin.FreeRam(aBytesRequested, flags); iFreeMemoryWithSwRenderingCalled = ETrue; - TRACES("CGOomRunPlugin::FreeMemory: UseSwRendering TRUE"); } else { iPlugin.FreeRam(aBytesRequested, 0); iFreeMemoryWithSwRenderingCalled = EFalse; - TRACES("CGOomRunPlugin::FreeMemory: UseSwRendering FALSE"); } iFreeMemoryCalled = ETrue;