From db8955cb5cf35133341fad6a14f19c85610c5eda Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Sun, 30 Jun 2019 12:34:39 +0200 Subject: Removed debugging echoes --- smart-wallpaper | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/smart-wallpaper b/smart-wallpaper index 429ec1e..9c1650e 100755 --- a/smart-wallpaper +++ b/smart-wallpaper @@ -92,11 +92,8 @@ do checktime if [ $timebool == true ]; then - echo "same" - #: + : else - echo "diifferent" - echo $currenttime if [ "$location" != "" ]; then if redshift -l $location -p | grep -i -q "day"; then currenttime="day" @@ -115,7 +112,6 @@ do fi fi fi - echo $currenttime sleep 500s done -- cgit 1.4.1