add missing sframe method
This commit is contained in:
@@ -318,10 +318,10 @@ define([
|
||||
};
|
||||
|
||||
var removeFriend = function (curvePublic) {
|
||||
messenger.removeFriend(curvePublic, function (e, removed) {
|
||||
messenger.removeFriend(curvePublic, function (e /*, removed */) {
|
||||
if (e) { return void console.error(e); }
|
||||
find.inList(curvePublic).remove();
|
||||
console.log(removed);
|
||||
//console.log(removed);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user