Skip to content

Commit eaed45e

Browse files
committed
chore: do not logging by default
1 parent feeb4a4 commit eaed45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/Api/V1/HttpRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class HttpRequest
1919
{
20-
private bool $logging = true;
20+
private bool $logging = false;
2121

2222
public function isServerAvailable(string $url): bool
2323
{

0 commit comments

Comments
 (0)