diff --git a/main/sdr.go b/main/sdr.go index 7137565e..beef2104 100644 --- a/main/sdr.go +++ b/main/sdr.go @@ -387,8 +387,6 @@ func createESDev(id int, serial string, idSet bool) error { } func configDevices(count int, es_enabled, uat_enabled bool) { - // entry to this function is only valid when both UATDev and ESDev are nil - // once the tagged dongles have been assigned, explicitly range over // the remaining IDs and assign them to any anonymous dongles unusedIDs := make(map[int]string)