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); }