engine/src/FeedEngine.cpp
branchRCL_3
changeset 367 4b75876aa85a
parent 342 9441fb8fd60d
child 368 b131f7696342
--- 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);
 				}