this happens often when room is not tracked yet, so don't log

This commit is contained in:
Bruno Windels 2020-09-08 18:32:51 +02:00
parent 0ed2d14887
commit 1f9d6191c2

View File

@ -51,8 +51,6 @@ export class DeviceTracker {
if (user) { if (user) {
user.deviceTrackingStatus = TRACKING_STATUS_OUTDATED; user.deviceTrackingStatus = TRACKING_STATUS_OUTDATED;
userIdentities.set(user); userIdentities.set(user);
} else {
console.warn("changed device userid not found", userId);
} }
})); }));
} }