Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpeiris committed Nov 15, 2016
1 parent a989ae7 commit a8bca42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utilities/behaviors/Layout.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ class Layout {
offset = offset / 100 * (max[axis] - min[axis]);
}
else if (offsetSetting && offsetSetting.endsWith('m')) {
console.log(offset, this[enclosure]);
offset = offset * this[enclosure].pixelsPerMeter;
console.log(offset);
}
return {
position,
Expand Down

0 comments on commit a8bca42

Please sign in to comment.