engine/src/PodcastUtils.cpp
branchsymbian1
changeset 372 ad9eb3eed056
parent 366 f015466e6642
--- a/engine/src/PodcastUtils.cpp	Tue Nov 16 12:41:58 2010 +0000
+++ b/engine/src/PodcastUtils.cpp	Tue Nov 16 18:03:06 2010 +0000
@@ -190,7 +190,6 @@
 		
 		if (startPos+1 <= str.Length()) {
 			TInt newPos = str.Mid(startPos+1).Locate('&');
-			DP("two");
 			if (newPos != KErrNotFound)
 				{
 				startPos = startPos+1 + newPos;