Skip to content

Commit

Permalink
Fix 'console.log' remaining in production releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikk committed Mar 9, 2015
1 parent ce72434 commit 2926474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function fit ($el, measuresToFit, method, position) {
elData.l.m !== method ||
elData.l.p !== position)) {

console.log('fit');
//console.log('fit');

var width = measures.width,
height = measures.height,
Expand Down Expand Up @@ -537,4 +537,4 @@ function parsePosition (rule) {
x: measureIsValid(rule[0]) || FIFTYFIFTY,
y: measureIsValid(rule[1]) || FIFTYFIFTY
}
}
}

0 comments on commit 2926474

Please sign in to comment.