Skip to content

Commit

Permalink
removed redundant console log
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoVillalpando committed Jul 12, 2021
1 parent 6061237 commit 7833ae9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions viz-lib/src/visualizations/table/Renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ export default function Renderer({ options, data }: any) {
},
};

console.log("selected rows: ", selectedData);

const { ...props } = prepareData(selectedData);

return (
Expand Down

0 comments on commit 7833ae9

Please sign in to comment.