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:
parent
d8598de9cc
commit
c495a55504
1 changed files with 0 additions and 1 deletions
|
|
@ -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' => [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue