mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LaunchServer: Remove debug spam about incoming connections
This commit is contained in:
parent
9122967d5f
commit
d79d768010
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ int main([[maybe_unused]] int argc, [[maybe_unused]] char** argv)
|
|||
}
|
||||
static int s_next_client_id = 0;
|
||||
int client_id = ++s_next_client_id;
|
||||
dbgln("Received connection");
|
||||
IPC::new_client_connection<LaunchServer::ClientConnection>(client_socket.release_nonnull(), client_id);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue