summaryrefslogtreecommitdiffstats
path: root/js/controller/NavigationController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/NavigationController.js')
-rw-r--r--js/controller/NavigationController.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 877bbed5a..217422a7a 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -241,7 +241,6 @@ function ($route, FEED_TYPE, FeedResource, FolderResource, ItemResource,
};
this.deleteFeed = function (feed) {
- console.log('deleted!');
FeedResource.delete(feed.url);
};