diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-18 12:30:04 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-18 12:30:04 +0100 |
commit | 000fd02778b543f29a50e6a418de75b743793a99 (patch) | |
tree | fcef094bb3fc6daf3619041dcc28dccd7db428c1 | |
parent | 8895b5a9505b19fbaba48cac126fc6e50f054cb1 (diff) | |
download | impressive-display-000fd02778b543f29a50e6a418de75b743793a99.tar.gz impressive-display-000fd02778b543f29a50e6a418de75b743793a99.tar.bz2 impressive-display-000fd02778b543f29a50e6a418de75b743793a99.zip |
Remove debug output (set -x).
-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 |