commnet out device count logging

pull/109/head
Joseph Poirier 2015-11-11 11:18:02 -06:00
rodzic 3745a805b7
commit ca6a77d19a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -235,7 +235,7 @@ func sdrWatcher() {
time.Sleep(1 * time.Second)
count := rtl.GetDeviceCount()
atomic.StoreUint32(&globalStatus.Devices, uint32(count))
log.Println("DeviceCount...", count)
// log.Println("DeviceCount...", count)
// support two and only two dongles
if count > 2 {