summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-18 12:30:04 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-18 12:30:04 +0100
commit000fd02778b543f29a50e6a418de75b743793a99 (patch)
treefcef094bb3fc6daf3619041dcc28dccd7db428c1
parent8895b5a9505b19fbaba48cac126fc6e50f054cb1 (diff)
downloadimpressive-display-000fd02778b543f29a50e6a418de75b743793a99.tar.gz
impressive-display-000fd02778b543f29a50e6a418de75b743793a99.tar.bz2
impressive-display-000fd02778b543f29a50e6a418de75b743793a99.zip
Remove debug output (set -x).
-rwxr-xr-xbin/impressive-display2
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