From efcb448e2d018c69721629e2020eaa0687243e56 Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Wed, 18 Sep 2019 20:25:40 +0000 Subject: [PATCH] remove var_dump() --- bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.php b/bot.php index 906b6d5..d855458 100755 --- a/bot.php +++ b/bot.php @@ -113,7 +113,7 @@ $ch = curl_init(Bot::api . $this->token . "/"); curl_setopt_array($ch, $options); - var_dump(curl_exec($ch)); + curl_exec($ch); curl_close($ch); }