diff --git a/portcontrol.cpp b/portcontrol.cpp --- a/portcontrol.cpp +++ b/portcontrol.cpp @@ -156,10 +156,6 @@ void PortControl::selectBaudRate(QString { qCritical() << "Can't set baud rate!"; } - else - { - qDebug() << "Baud rate changed to" << serialPort->baudRate(); - } } }