From 68800e35f51e7458fe9a0e5f2bbce0ecb7ad0114 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 26 Feb 2015 12:44:46 -0700 Subject: [PATCH] style(collectionRepeat): remove test statement --- js/angular/directive/collectionRepeat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/angular/directive/collectionRepeat.js b/js/angular/directive/collectionRepeat.js index 2e172c3e898..3b5993e67a0 100644 --- a/js/angular/directive/collectionRepeat.js +++ b/js/angular/directive/collectionRepeat.js @@ -203,7 +203,6 @@ function CollectionRepeatDirective($ionicCollectionManager, $parse, $window, $$r } } function refreshDimensions() { - if (window.debug) debugger; if (heightData.computed || widthData.computed) { computeStyleDimensions(); }