Skip to content

Commit

Permalink
Removed log call.
Browse files Browse the repository at this point in the history
Enyo-DCO-1.1-Signed-off-by: Chris Patalano <chris.patalano@palm.com>
  • Loading branch information
patalano committed Jan 16, 2013
1 parent 3c40196 commit bbacd16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/touch/TransitionScrollStrategy.js
Expand Up @@ -247,7 +247,6 @@ enyo.kind({
// Apply transform to scroll the scroller
effectScroll: function() {
var o = (-1*this.scrollLeft) + "px, " + (-1*this.scrollTop) + "px" + (this.accel ? ", 0" : "");
this.log(o);
enyo.dom.transformValue(this.$.client, this.translation, o);
},
// On touch, stop transition by setting transform values to current computed style, and
Expand Down

0 comments on commit bbacd16

Please sign in to comment.