mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Remove "Device database does not have an entry for device ..." entirely, everyone still thinks it's an error.
This commit is contained in:
parent
e3d87f253a
commit
0b071a1f5c
1 changed files with 0 additions and 9 deletions
|
@ -24,15 +24,6 @@ datautil.applyData = function(device) {
|
|||
device.display.inches = match.display.s
|
||||
}
|
||||
}
|
||||
else {
|
||||
log.info(
|
||||
'Device database does not have an entry for "%s" (model "%s"/"%s"). ' +
|
||||
'This is not an error, it only means that we don\'t have data for it yet.'
|
||||
, device.serial
|
||||
, device.model
|
||||
, device.product
|
||||
)
|
||||
}
|
||||
|
||||
return device
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue