Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 4, 2020
1 parent 79e4456 commit ade7cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/axe-plugin/src/AllyBlock/ResultsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const ResultsTable: FC<ResultsTableProps> = ({ results, hideErrorColumns }) => {
[hideErrorColumns],
);
const table = useMemo(() => {
console.log('MEMO', hideErrorColumns);
const columns: Column<Record<string, unknown>>[] = [
{
// Build our expander column
Expand Down

0 comments on commit ade7cd7

Please sign in to comment.