diff options
-rwxr-xr-x | bin/impressive-display | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index ced9141..789fead 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -380,7 +380,6 @@ function download_loop { if [ "x$DOWNLOAD_INTERVAL" != "x0" ]; then ( - #set -x while [ -e "$session_lock" ]; do if [ -n "$DEBUG_DOWNLOADS" ]; then @@ -412,7 +411,6 @@ function download_loop { sleep 60 fi done - #set +x ) & fi |