feat(messages): remove redundant console.log

This commit is contained in:
OldHawk
2017-06-18 21:39:38 +08:00
parent fd314bf211
commit 22ddef8d54
2 changed files with 0 additions and 5 deletions

View File

@@ -73,7 +73,6 @@
vm.getCountUnread = function () {
MessagesService.countUnread(function (data) {
console.log(data);
vm.unreadCount = data.countFrom + data.countTo;
});
};