diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 10:43:06 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 10:43:06 -0400 |
| commit | 5aee4039af90cc6b5c372076daa1d5ada9596075 (patch) | |
| tree | 181be75ee0f0df67940cb1d78276476b18bf1f3b /www/js/BookmarkCtrl.js | |
| parent | 1e4c404d3a0657840acdf143e27fdc6ede6f81b5 (diff) | |
demote logs
Diffstat (limited to 'www/js/BookmarkCtrl.js')
| -rw-r--r-- | www/js/BookmarkCtrl.js | 2 |
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); }; |
