diff --git a/mainwindow.cpp b/mainwindow.cpp index 49bbf3c1c..4340593ba 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//------------------------------------------------------------- MainWindow +//------------------------------------------------------------ MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/psk_reporter.cpp b/psk_reporter.cpp index e7b44edfa..15b56b767 100644 --- a/psk_reporter.cpp +++ b/psk_reporter.cpp @@ -102,7 +102,6 @@ void PSK_Reporter::sendReport() report_h.replace("000Allll", "000A" + QString("%1").arg(report_h.length()/2,4,16,QChar('0'))); QByteArray report = QByteArray::fromHex(report_h.toUtf8()); - qDebug() << report; // Get IP address for pskreporter.info and send report via UDP QHostInfo info = QHostInfo::fromName("report.pskreporter.info");