mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 05:02:26 -04:00
Remove a diagnostic print.
This commit is contained in:
parent
29360db01a
commit
019529d293
@ -131,7 +131,6 @@ void ActiveStations::setRate(int n)
|
|||||||
|
|
||||||
void ActiveStations::setScore(int n)
|
void ActiveStations::setScore(int n)
|
||||||
{
|
{
|
||||||
qDebug() << "FF" << n;
|
|
||||||
ui->score->setText(QLocale(QLocale::English).toString(n));
|
ui->score->setText(QLocale(QLocale::English).toString(n));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user