Merge pull request #109 from jpoirier/development

commnet out device count logging
pull/112/head
cyoung 2015-11-11 12:25:46 -05:00
commit 3f2ad2d71e
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 {