mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Don't remove device from tracker list when it leaves. Just set it absent.
This commit is contained in:
@@ -47,7 +47,6 @@ module.exports = function DeviceServiceFactory($rootScope, $http, socket) {
|
||||
var device = get(data)
|
||||
if (device) {
|
||||
modify(device, data)
|
||||
remove(data)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user