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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!conn) {
|
if (!conn)
|
||||||
sr_dbg("Couldn't determine connection options.");
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
|
||||||
if (!serialcomm)
|
if (!serialcomm)
|
||||||
serialcomm = SERIALCOMM;
|
serialcomm = SERIALCOMM;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue