Skip to content

Commit

Permalink
style(row): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
John Persson committed Mar 11, 2018
1 parent e5b02ca commit 5861b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Row = (props) => {
rowWidth: args => rowWidthMixin(args, fullWidth),
debug: args => debug(props.debug, getGutterWidth(args), getColumnWidth),
});
console.log(props.theme);

return (
<RowhResponsiveProps
styledFlexboxGrid={styledFlexboxGrid}
Expand Down

0 comments on commit 5861b1f

Please sign in to comment.