diff -r 5077ef63bce2 -r ad9eb3eed056 engine/src/PodcastUtils.cpp --- 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;