Skip to content

Commit 92a4b76

Browse files
johansteffnerrenatorib
authored andcommitted
remove console.log (#12)
1 parent b1c9ac0 commit 92a4b76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/withSizes.js

-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const withSizes = (...mappedSizesToProps) => (WrappedComponent) => {
1818
const propsToPass = mappedSizesToProps
1919
.map(check => check(dimensions, props))
2020
.reduce((acc, props) => ({...acc, ...props}), {});
21-
console.log(dimensions, props, propsToPass);
2221

2322
return propsToPass;
2423
}
@@ -40,8 +39,6 @@ const withSizes = (...mappedSizesToProps) => (WrappedComponent) => {
4039
propsToPass: parseMappedSizesToProps(sizes, this.props)
4140
});
4241

43-
console.log(listeners);
44-
4542
this.dispatchSizes();
4643
}
4744

0 commit comments

Comments
 (0)