mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-27 08:40:57 +01:00
feat(messages): remove redundant console.log
This commit is contained in:
@@ -73,7 +73,6 @@
|
||||
|
||||
vm.getCountUnread = function () {
|
||||
MessagesService.countUnread(function (data) {
|
||||
console.log(data);
|
||||
vm.unreadCount = data.countFrom + data.countTo;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user