mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
LibCore: Remove some debug spam in Local{Server,Socket}
This commit is contained in:
parent
32dfde746a
commit
b191f24f05
2 changed files with 0 additions and 4 deletions
|
@ -55,8 +55,6 @@ bool LocalServer::take_over_from_system_server()
|
|||
constexpr auto socket_takeover = "SOCKET_TAKEOVER";
|
||||
|
||||
if (getenv(socket_takeover)) {
|
||||
dbg() << "Taking the socket over from SystemServer";
|
||||
|
||||
// Sanity check: it has to be a socket.
|
||||
struct stat stat;
|
||||
int rc = fstat(3, &stat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue