mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 08:36:33 +00:00
Removed debug printing.
This commit is contained in:
@@ -26,8 +26,6 @@ int main(int argc, char *argv[])
|
||||
if (parser.isSet(pOption)) {
|
||||
useSerialPort = parser.value(pOption);
|
||||
}
|
||||
qDebug() << useRemoteMode;
|
||||
qDebug() << useSerialPort;
|
||||
|
||||
SerialPort serialPort(useSerialPort);
|
||||
SerialCommand serialCommand;
|
||||
|
||||
Reference in New Issue
Block a user