Skip to content

Commit

Permalink
fix(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 fdf4412 commit 6d8767e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const Row = (props) => {
const {
breakpoints, rowWidth, getGutterWidth, getColumnWidth,
} = styledFlexboxGrid;
console.log(props.theme);

const RowhResponsiveProps = withResponsiveProps(StyledRow, {
align: alignColumns,
Expand Down

0 comments on commit 6d8767e

Please sign in to comment.