Skip to content

Commit

Permalink
Remove extraneous debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-in-boots committed Feb 8, 2021
1 parent f5cb8e2 commit 946fd39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/decorator-mui/src/arrays/items.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function Items(props, ref) {
const color = error ? 'error' : 'initial';
const localizer = useLocalizer();

console.error('localizer : %o', localizer);

const disablePadding =
'disablePadding' in form ? form.disablePadding : false;
const disableGutters =
Expand Down

0 comments on commit 946fd39

Please sign in to comment.