1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

remove debug statement

This commit is contained in:
Robin Appelman 2018-10-21 16:46:02 +02:00
commit c495a55504

View file

@ -30,7 +30,6 @@ class RawParser {
$url = $this->tempController->register($key, $path); $url = $this->tempController->register($key, $path);
try { try {
$client = new Client(); $client = new Client();
echo($url);
$response = $client->post($this->parserUrl, [ $response = $client->post($this->parserUrl, [
'body' => stream_for($url), 'body' => stream_for($url),
'headers' => [ 'headers' => [