Skip to content

Commit 10ff149

Browse files
author
Ian Vieira
committed
fix(attributes-to-props.js): Remove unappropriate console logging and remove double quote from tests
1 parent 4522666 commit 10ff149

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/attributes-to-props.js

-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ function cssToJs(style) {
7070
styleObj[utilities.camelCase(propName)] = propValue;
7171
});
7272

73-
console.log(styleObj);
74-
75-
7673
return styleObj;
7774
}
7875

test/attributes-to-props.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe('attributes to props helper', function() {
168168
fontSize: '42px',
169169
zIndex: '-1',
170170
MozBorderRadiusTopright: '10px',
171-
background: "url(data:image/png; base64,ivborw0kggoaaaansaaaabgdbtueaalgpc/xhbqaaaafzmuexurczmzpf399fx1+bm5mzy9avzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8u8czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif)"
171+
background: 'url(data:image/png; base64,ivborw0kggoaaaansaaaabgdbtueaalgpc/xhbqaaaafzmuexurczmzpf399fx1+bm5mzy9avzxbesmgces5/p8/t9furvcrmu73jwlzosgsiizurcjo/ad+eqjjb4hv8bft+idpqocx1wjosbfhh2xssxeiyn3uli/6mnree07uiwjev8u8czwyuqdlkpg1bkb4nnm+veanfhqn1k4+gpt6ugqcvu2h2ovuif)'
172172
}
173173
}
174174
);

0 commit comments

Comments
 (0)