summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-21 13:22:53 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-21 13:22:53 +0000
commite14cfef65a02ad61c5292f0acc24513bb43cde07 (patch)
tree5889492cea443a639624f35c59cc12e4e5c199d1
parentc680f663c09bc388590dabe9e1fce4bbff04d93d (diff)
downloadvdr-plugin-muggle-e14cfef65a02ad61c5292f0acc24513bb43cde07.tar.gz
vdr-plugin-muggle-e14cfef65a02ad61c5292f0acc24513bb43cde07.tar.bz2
remove debug output
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1203 e10066b5-e1e2-0310-b819-94efdf66514b
-rwxr-xr-xscripts/muggle_getlyrics1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/muggle_getlyrics b/scripts/muggle_getlyrics
index 80be1cf..5ee9a75 100755
--- a/scripts/muggle_getlyrics
+++ b/scripts/muggle_getlyrics
@@ -2,7 +2,6 @@ rm -f "$3"
txtfound=0
artist=`echo $1 | sed 's/ /%20/'g`
title=`echo $2 | sed 's/ /%20/'g`
-echo ich bin $0 mit $1 $2 $3 artist=$artist title=$title>> /tmp/log.wr
echo fetchLyrics $artist $title | `dirname $0`/googlyrics 2>/dev/null |
sed 's/\x0d//g' |
sed 's/\xc2\xb4/\x27/g' |