From 827f18096f8ed6e22c6a23c8c8d9ccf1a0624178 Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Sun, 7 Jun 2020 18:49:06 +0200 Subject: [PATCH] remove debug --- start.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/start.php b/start.php index e7ed3ca..75c617f 100644 --- a/start.php +++ b/start.php @@ -37,12 +37,10 @@ while(TRUE) echo "Sending info to discord.\n"; $result = file_get_contents($DiscordWebhook, false, stream_context_create($options)); - print_r($options); }else{ echo "ERROR: Image not generated!\n"; } }else{ - echo "Stream is online but the timeout is not yet over!\n"; $lastOnlineTime = time(); sleep(5); }