From 7903260119d92d58a7de36a7bca44debd5cc8624 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sat, 11 Sep 2021 16:24:36 +0200 Subject: [PATCH] cleanup: remove debug lines --- .local/bin/player | 1 - 1 file changed, 1 deletion(-) diff --git a/.local/bin/player b/.local/bin/player index 443c0da..cd8dc4f 100755 --- a/.local/bin/player +++ b/.local/bin/player @@ -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