From 6adc7f99c9ee357f37983775355875e61adb6e7c Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Sat, 27 Aug 2016 11:32:26 -0700 Subject: [PATCH] Remove debug printouts --- plexupdate.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 6fe1755..ad7ca3d 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -159,7 +159,6 @@ usage() { running() { local DATA="$(wget --no-check-certificate -q -O - https://$1:32400/status/sessions?X-Plex-Token=$2)" - echo "DATA: '${DATA}'" local RET=$? if [ ${RET} -eq 0 ]; then if [ -z "${DATA}" ]; then