0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

Remove log about client connection

This commit is contained in:
Sergey Yagovtsev 2017-06-12 01:04:51 +03:00
parent 71ffde98de
commit c608665e06

View File

@ -1706,8 +1706,6 @@ void ProfileManager::listen(uint16_t _port)
while (hasConnect && !m_stopListen.load(std::memory_order_acquire))
{
EASY_LOGMSG("GUI-client connected\n");
char buffer[256] = {};
bytes = socket.receive(buffer, 255);