mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-12 00:06:08 -07:00
Remove debug printouts
This commit is contained in:
parent
0ded4b4c07
commit
6adc7f99c9
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ usage() {
|
||||||
|
|
||||||
running() {
|
running() {
|
||||||
local DATA="$(wget --no-check-certificate -q -O - https://$1:32400/status/sessions?X-Plex-Token=$2)"
|
local DATA="$(wget --no-check-certificate -q -O - https://$1:32400/status/sessions?X-Plex-Token=$2)"
|
||||||
echo "DATA: '${DATA}'"
|
|
||||||
local RET=$?
|
local RET=$?
|
||||||
if [ ${RET} -eq 0 ]; then
|
if [ ${RET} -eq 0 ]; then
|
||||||
if [ -z "${DATA}" ]; then
|
if [ -z "${DATA}" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue