tondaj-sl-814: remove unneeded debugging

This commit is contained in:
Bert Vermeulen 2012-12-29 11:19:19 +01:00
parent 2239728c43
commit 80bc663296
1 changed files with 1 additions and 3 deletions

View File

@ -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;