Skip to content

Commit

Permalink
remove console.log in imageview
Browse files Browse the repository at this point in the history
  • Loading branch information
imanjra authored and ritch committed May 9, 2023
1 parent 8c1fe46 commit 61245c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function ListView(props) {
...items,
view: { ...(items?.view || {}), ...itemsView },
};
console.log({ itemsSchema, schema });
const label = view.label;
const lowerCaseLabel = label.toLowerCase();

Expand Down

0 comments on commit 61245c8

Please sign in to comment.