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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index b38b0df98..9db19514a 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -159,7 +159,7 @@ function ($route, FEED_TYPE, FeedResource, FolderResource, ItemResource,
};
this.removeFeed = (feed) => {
- console.log(feed);
+ console.log('remove ' + feed);
};
this.deleteFolder = (folderName) => {