mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove trace log
This commit is contained in:
@@ -61,7 +61,6 @@ module.controller('CategoryTreeCtrl',
|
||||
}
|
||||
|
||||
$scope.formatFeedName = function(feed) {
|
||||
console.log('cc')
|
||||
var label = feed.name;
|
||||
if (feed.unread > 0) {
|
||||
label = label + " (" + feed.unread + ")";
|
||||
|
||||
Reference in New Issue
Block a user