Skip to content

Commit

Permalink
Log session deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
liliakai committed Feb 28, 2017
1 parent 527e787 commit bba25b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/signal_protocol_store.js
Expand Up @@ -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() {
Expand Down

0 comments on commit bba25b2

Please sign in to comment.