diff -r 9441fb8fd60d -r 4b75876aa85a engine/src/FeedEngine.cpp --- a/engine/src/FeedEngine.cpp Sat Nov 13 11:50:23 2010 +0000 +++ b/engine/src/FeedEngine.cpp Sun Nov 14 13:05:37 2010 +0000 @@ -677,7 +677,6 @@ // now the image has been downloaded, so we set it again in the FeedInfo to start // converting it HBufC *fileNameCopy = iActiveFeed->ImageFileName().AllocLC(); - DP1("fnc=%S", fileNameCopy); TRAP_IGNORE(iActiveFeed->SetImageFileNameL(*fileNameCopy, &iPodcastModel)); CleanupStack::PopAndDestroy(fileNameCopy); }