Fix messenger notifications

This commit is contained in:
yflory
2018-09-10 17:50:36 +02:00
parent 382690e5c8
commit 216c94b1f0
2 changed files with 2 additions and 5 deletions

View File

@@ -735,7 +735,6 @@ define([
// Handled by .on('remove')
return;
}
console.error(o, n, p);
}).on('remove', ['friends'], function (o, p) {
var curvePublic = p[1];
if (!curvePublic) { return; }