summaryrefslogtreecommitdiff
path: root/www/js/BookmarkCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/BookmarkCtrl.js')
-rw-r--r--www/js/BookmarkCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/BookmarkCtrl.js b/www/js/BookmarkCtrl.js
index 57de1ccd..b36fae69 100644
--- a/www/js/BookmarkCtrl.js
+++ b/www/js/BookmarkCtrl.js
@@ -95,7 +95,7 @@ angular.module('zmApp.controllers').controller('zmApp.BookmarkCtrl', ['$scope',
disableAnimate: true,
expire: 300
});
- console.log("GOIN WITH " + JSON.stringify(item.params));
+ //console.log("GOIN WITH " + JSON.stringify(item.params));
$state.go(item.state, item.params);
};