1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:08:10 +00:00

LaunchServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:20:10 +02:00
parent de07dab184
commit e7fc46879e
4 changed files with 0 additions and 7 deletions

View file

@ -40,7 +40,6 @@ class LaunchServerConnection : public IPC::ServerConnection<LaunchClientEndpoint
public:
virtual void handshake() override
{
greet();
}
private: