summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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' |