Skip to content

Commit

Permalink
fix(attributes-to-props.js): Remove unappropriate console logging and…
Browse files Browse the repository at this point in the history
… remove double quote from tests
  • Loading branch information
Ian Vieira committed Nov 26, 2017
1 parent 4522666 commit 10ff149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/attributes-to-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ function cssToJs(style) {
styleObj[utilities.camelCase(propName)] = propValue;
});

console.log(styleObj);


return styleObj;
}

Expand Down
2 changes: 1 addition & 1 deletion test/attributes-to-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('attributes to props helper', function() {
fontSize: '42px',
zIndex: '-1',
MozBorderRadiusTopright: '10px',
background: "url(data:image/png; base64,ivborw0kggoaaaansaaaabgdbtueaalgpc/xhbqaaaafzmuexurczmzpf399fx1+bm5mzy9avzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8u8czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif)"
background: 'url(data:image/png; base64,ivborw0kggoaaaansaaaabgdbtueaalgpc/xhbqaaaafzmuexurczmzpf399fx1+bm5mzy9avzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8u8czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif)'
}
}
);
Expand Down

0 comments on commit 10ff149

Please sign in to comment.