cleanup: remove debug lines

This commit is contained in:
David JULIEN 2021-09-11 16:24:36 +02:00
parent eb7b2deb01
commit 7903260119
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ if [ -z "$out" ]; then
exit
else
path="$(mpc --format %file% | head -n1 | awk -F '/' '{ printf "music/%s/%s/cover.jpg\n", $1,$2 }')"
echo $path
dunstify -r 10010 -u "normal" -i "$HOME/$path" "MPD" "$out"
fi