Don't remove device from tracker list when it leaves. Just set it absent.

This commit is contained in:
Simo Kinnunen
2014-02-27 15:56:55 +09:00
parent 8f09af0180
commit 2a7ed2d436

View File

@@ -47,7 +47,6 @@ module.exports = function DeviceServiceFactory($rootScope, $http, socket) {
var device = get(data)
if (device) {
modify(device, data)
remove(data)
}
})