Remove logging and output of server information in Socialbox

This commit is contained in:
netkas 2025-03-28 15:01:18 -04:00
parent be25ea49f9
commit 9ef2ea64be
Signed by: netkas
GPG key ID: 4D8629441B76E4CC

View file

@ -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));
}
/**