tondaj-sl-814: remove unneeded debugging
This commit is contained in:
parent
2239728c43
commit
80bc663296
|
@ -120,10 +120,8 @@ static GSList *hw_scan(GSList *options)
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (!conn) {
|
||||
sr_dbg("Couldn't determine connection options.");
|
||||
if (!conn)
|
||||
return NULL;
|
||||
}
|
||||
if (!serialcomm)
|
||||
serialcomm = SERIALCOMM;
|
||||
|
||||
|
|
Loading…
Reference in New Issue