Log session deletions
This commit is contained in:
parent
527e7878a8
commit
bba25b22e2
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@
|
|||
});
|
||||
},
|
||||
removeSession: function(encodedNumber) {
|
||||
console.log('deleting session for ', encodedNumber);
|
||||
return new Promise(function(resolve) {
|
||||
var session = new Session({id: encodedNumber});
|
||||
session.fetch().then(function() {
|
||||
|
|
Loading…
Reference in a new issue