1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Remove debug string being send to wallpaper process

This commit is contained in:
Graphicscore 2021-10-25 19:31:49 +02:00
parent c271e80516
commit 172995e1f8

View File

@ -97,7 +97,6 @@ void ScreenPlayManager::init(
m_connections.push_back(socket);
socket->sendTextMessage("asdasd");
socket->flush();
});
}