summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 69ddbc4ec..1feea1d90 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -378,8 +378,6 @@ var $__build_47_app__ = function () {
return $route.current && $route.current.$$route.type === FEED_TYPE.FOLDER && $route.current.params.id === folderId + '';
};
this.isFeedActive = function (feedId) {
- console.log(feedId);
- console.log($route.current.params);
return $route.current && $route.current.$$route.type === FEED_TYPE.FEED && $route.current.params.id === feedId + '';
};
this.isAddingFolder = function () {