summaryrefslogtreecommitdiffstats
path: root/js/controller/ExploreController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/ExploreController.js')
-rw-r--r--js/controller/ExploreController.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/controller/ExploreController.js b/js/controller/ExploreController.js
index 67f3c376c..9de6035e7 100644
--- a/js/controller/ExploreController.js
+++ b/js/controller/ExploreController.js
@@ -11,7 +11,6 @@ app.controller('ExploreController', function (sites, $rootScope) {
'use strict';
this.sites = sites;
- console.log(sites);
this.subscribeTo = function (url) {
$rootScope.$broadcast('addFeed', url);