Skip to content

Commit

Permalink
Don't print any type of debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal4u committed Jan 18, 2016
1 parent 8b6ddcb commit a839bb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/unreal4u/TgLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ public function performApiRequest(TelegramMethods $method): TelegramTypes
$jsonDecoded = $this->sendRequestToTelegram($method, $this->constructFormData($method));

$returnObject = 'unreal4u\\Telegram\\Types\\' . $method::bindToObjectType();
echo '<pre>';
var_dump($jsonDecoded->result);
echo '</pre>';
return new $returnObject($jsonDecoded->result);
}

Expand Down

0 comments on commit a839bb1

Please sign in to comment.