style(collectionRepeat): remove test statement

This commit is contained in:
Andrew
2015-02-26 12:44:46 -07:00
parent d27c5a3c3a
commit 68800e35f5

View File

@@ -203,7 +203,6 @@ function CollectionRepeatDirective($ionicCollectionManager, $parse, $window, $$r
}
}
function refreshDimensions() {
if (window.debug) debugger;
if (heightData.computed || widthData.computed) {
computeStyleDimensions();
}