diff --git a/profiler_gui/main_window.cpp b/profiler_gui/main_window.cpp index a94491b..a03e218 100644 --- a/profiler_gui/main_window.cpp +++ b/profiler_gui/main_window.cpp @@ -361,11 +361,6 @@ void EasyMainWindow::listen() char *buf = &buffer[seek]; - if(bytes == 0){ - isListen = false; - continue; - } - if (bytes > 0) { profiler::net::Message* message = (profiler::net::Message*)buf;