diff --git a/src/InputObject.cpp b/src/InputObject.cpp index 932be34..327bb2d 100644 --- a/src/InputObject.cpp +++ b/src/InputObject.cpp @@ -166,8 +166,6 @@ void InputObject::ShowPanel() { this->showFullScreen(); this->setVisible(true); - const unsigned long currentThread = GetCurrentThreadId(); - qDebug() << "currentThread" << currentThread; this->activateWindow(); //it is quite important!!! while (QApplication::activeWindow() != this)