From 9ef2ea64be104809cb0d0b9cd502e41a703237ea Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 28 Mar 2025 15:01:18 -0400 Subject: [PATCH] Remove logging and output of server information in Socialbox --- src/Socialbox/Socialbox.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Socialbox/Socialbox.php b/src/Socialbox/Socialbox.php index 3aeaabe..e4a9870 100644 --- a/src/Socialbox/Socialbox.php +++ b/src/Socialbox/Socialbox.php @@ -123,8 +123,6 @@ { http_response_code(200); header('Content-Type: application/json'); - Logger::getLogger()->info(json_encode(self::getServerInformation()->toArray(), JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE)); - print(json_encode(self::getServerInformation()->toArray(), JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE)); } /**