mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Remove unused callback.
This commit is contained in:
parent
48b4c2fd0e
commit
c2becebf4b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ module.exports = function(options) {
|
||||||
if (isConnected(device)) {
|
if (isConnected(device)) {
|
||||||
pushDeviceStatus(device, 'absent')
|
pushDeviceStatus(device, 'absent')
|
||||||
log.info('Releasing worker of %s', device.id)
|
log.info('Releasing worker of %s', device.id)
|
||||||
gracefullyKillWorker(device.id, function() { /* noop */ })
|
gracefullyKillWorker(device.id)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue