Remove useless comment

pull/2/head DL3.0
Daniel Richman 2012-09-05 19:07:48 +01:00
rodzic 5b478359e5
commit 8714c31851
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ void check()
LOG_INFO("checking for dl-fldigi updates");
thr = new UpdateThread();
thr->start(); // EZ::SimpleThread won't start more than once
thr->start();
}
void cleanup()