diff --git a/dist/js/ionic-angular.js b/dist/js/ionic-angular.js index ce977e37d9..1c010bf67d 100644 --- a/dist/js/ionic-angular.js +++ b/dist/js/ionic-angular.js @@ -1124,9 +1124,6 @@ angular.module('ionic.ui.slideBox', []) \ ', - postLink: function() { - console.log('POST LINK'); - }, link: function($scope, $element, $attr, slideBoxCtrl) { // If the pager should show, append it to the slide box if($attr.showPager !== "false") { @@ -1401,7 +1398,6 @@ angular.module('ionic.ui.virtRepeat', []) var _this = this; virtualList.listView.renderViewport = function(high, low, start, end) { - console.log('RENDER VIEWPORT', high, low, start, end); } } } diff --git a/dist/js/ionic.js b/dist/js/ionic.js index 46b2988b0b..9e2915d8ba 100644 --- a/dist/js/ionic.js +++ b/dist/js/ionic.js @@ -95,7 +95,6 @@ window.ionic = { return { leave: function() { var endFunc = function() { - console.log('Animation finished for element', element); element.classList.remove('leave'); element.classList.remove('leave-active'); @@ -112,7 +111,6 @@ window.ionic = { }, enter: function() { var endFunc = function() { - console.log('Animation finished for element', element); element.classList.remove('enter'); element.classList.remove('enter-active'); @@ -260,7 +258,6 @@ window.ionic = { // }, handlePopState: function(event) { - console.log("EVENT: popstate", event); }, }; @@ -4240,7 +4237,6 @@ ionic.views.TabBarItem.prototype = { ionic.on('tap', this._tapHandler, this.el); }, onTap: function(e) { - console.log('On tap'); }, // Remove the event listeners from this object diff --git a/js/ext/angular/src/directive/ionicSlideBox.js b/js/ext/angular/src/directive/ionicSlideBox.js index 813432708a..8c4c699abd 100644 --- a/js/ext/angular/src/directive/ionicSlideBox.js +++ b/js/ext/angular/src/directive/ionicSlideBox.js @@ -33,9 +33,6 @@ angular.module('ionic.ui.slideBox', []) \ ', - postLink: function() { - console.log('POST LINK'); - }, link: function($scope, $element, $attr, slideBoxCtrl) { // If the pager should show, append it to the slide box if($attr.showPager !== "false") { diff --git a/js/ext/angular/src/directive/ionicVirtRepeat.js b/js/ext/angular/src/directive/ionicVirtRepeat.js index 61b9ab6f46..a73a256fdc 100644 --- a/js/ext/angular/src/directive/ionicVirtRepeat.js +++ b/js/ext/angular/src/directive/ionicVirtRepeat.js @@ -15,7 +15,6 @@ angular.module('ionic.ui.virtRepeat', []) var _this = this; virtualList.listView.renderViewport = function(high, low, start, end) { - console.log('RENDER VIEWPORT', high, low, start, end); } } } diff --git a/js/utils/animate.js b/js/utils/animate.js index 4f693242b1..798a3384ae 100644 --- a/js/utils/animate.js +++ b/js/utils/animate.js @@ -76,7 +76,6 @@ return { leave: function() { var endFunc = function() { - console.log('Animation finished for element', element); element.classList.remove('leave'); element.classList.remove('leave-active'); @@ -93,7 +92,6 @@ }, enter: function() { var endFunc = function() { - console.log('Animation finished for element', element); element.classList.remove('enter'); element.classList.remove('enter-active'); diff --git a/js/utils/events.js b/js/utils/events.js index cf045ddca4..f80a237985 100644 --- a/js/utils/events.js +++ b/js/utils/events.js @@ -90,7 +90,6 @@ // }, handlePopState: function(event) { - console.log("EVENT: popstate", event); }, }; diff --git a/js/views/tabBarView.js b/js/views/tabBarView.js index f42a1ce452..2b305672f8 100644 --- a/js/views/tabBarView.js +++ b/js/views/tabBarView.js @@ -49,7 +49,6 @@ ionic.views.TabBarItem.prototype = { ionic.on('tap', this._tapHandler, this.el); }, onTap: function(e) { - console.log('On tap'); }, // Remove the event listeners from this object