summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/LocalSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibCore/LocalSocket.cpp')
-rw-r--r--Libraries/LibCore/LocalSocket.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Libraries/LibCore/LocalSocket.cpp b/Libraries/LibCore/LocalSocket.cpp
index 725f5747d6..65a38d8de6 100644
--- a/Libraries/LibCore/LocalSocket.cpp
+++ b/Libraries/LibCore/LocalSocket.cpp
@@ -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;