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:
parent
71ffde98de
commit
c608665e06
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user