Skip to content

Commit

Permalink
chore(collection repeat): commenting out noisy console log
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Sep 12, 2014
1 parent 5e8250b commit 18775ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/collectionRepeatManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function($rootScope, $timeout) {
renderItem: function(dataIndex, primaryPos, secondaryPos) {
// Attach an item, and set its transform position to the required value
var item = this.dataSource.attachItemAtIndex(dataIndex);
console.log(dataIndex, item);
//console.log(dataIndex, item);
if (item && item.element) {
if (item.primaryPos !== primaryPos || item.secondaryPos !== secondaryPos) {
item.element.css(ionic.CSS.TRANSFORM, this.transformString(
Expand Down

0 comments on commit 18775ae

Please sign in to comment.