fix: remove debug line (#12)

This commit is contained in:
Victor Westerlund 2024-04-03 14:12:35 +00:00 committed by GitHub
parent 6e35a3f7d8
commit 1ed38a8c3d
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));
}
}
}