mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +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
|
@ -78,8 +78,6 @@ RefPtr<LocalSocket> LocalSocket::take_over_accepted_socket_from_system_server()
|
|||
if (!getenv(socket_takeover))
|
||||
return nullptr;
|
||||
|
||||
dbg() << "Taking the accepted socket over from SystemServer";
|
||||
|
||||
// The SystemServer has passed us the socket as fd 3,
|
||||
// so use that instead of creating our own.
|
||||
constexpr int fd = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue