diff --git a/lib/client.js b/lib/client.js index b5576c075..681fca2e9 100644 --- a/lib/client.js +++ b/lib/client.js @@ -563,8 +563,6 @@ MatrixClient.prototype.setDeviceVerified = function(userId, deviceId) { } dev.verified = true; this.sessionStore.storeEndToEndDevicesForUser(userId, devices); - - // TODO: raise an event so that the UI can update };