forked from Archives/Athou_commafeed
remove trace log
This commit is contained in:
@@ -61,7 +61,6 @@ module.controller('CategoryTreeCtrl',
|
|||||||
}
|
}
|
||||||
|
|
||||||
$scope.formatFeedName = function(feed) {
|
$scope.formatFeedName = function(feed) {
|
||||||
console.log('cc')
|
|
||||||
var label = feed.name;
|
var label = feed.name;
|
||||||
if (feed.unread > 0) {
|
if (feed.unread > 0) {
|
||||||
label = label + " (" + feed.unread + ")";
|
label = label + " (" + feed.unread + ")";
|
||||||
|
|||||||
Reference in New Issue
Block a user