Skip to content

Commit

Permalink
Removed debugging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
GreLI committed Aug 5, 2015
1 parent 4527f7f commit a6fe310
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/transformsWithOnePath.js
Expand Up @@ -296,8 +296,6 @@ exports.fn = function(data, params) {
}

if (transform) {
console.log(transform)

pathElem.addAttr({
name: 'transform',
prefix: '',
Expand All @@ -307,7 +305,6 @@ exports.fn = function(data, params) {

path = applyTransforms(pathElem, pathElem.pathJS, true, params.floatPrecision);

console.log(path)
// transformed data rounding
path.forEach(function(pathItem) {
if (pathItem.data) {
Expand Down

0 comments on commit a6fe310

Please sign in to comment.