1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Remove unused callback.

This commit is contained in:
Simo Kinnunen 2014-01-28 16:53:10 +09:00
parent 48b4c2fd0e
commit c2becebf4b

View file

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