fix: remove debug line

This commit is contained in:
Victor Westerlund 2024-04-03 14:10:07 +00:00 committed by GitHub
parent 6e35a3f7d8
commit 84f1b32275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,7 +135,6 @@
public function delete(?array $payload = []): Response {
$this->set_request_body($payload);
print_r($this->headers);
return new Response(...$this->http_call(Method::DELETE));
}
}
}