Commit 487ad9cc authored by Bouke Versteegh's avatar Bouke Versteegh

Do not print debug data

parent cdbec9fe
...@@ -245,9 +245,6 @@ class Request ...@@ -245,9 +245,6 @@ class Request
$result = self::executeCurl($action, $data); $result = self::executeCurl($action, $data);
//echo $result;
print_r(json_decode($result, true));
$bot_name = self::$telegram->getBotName(); $bot_name = self::$telegram->getBotName();
return new ServerResponse(json_decode($result, true), $bot_name); return new ServerResponse(json_decode($result, true), $bot_name);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment