Skip to content

Commit

Permalink
Remove console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Aug 15, 2023
1 parent 652a828 commit 5260a53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/comet-uswds/src/components/table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export const Table = ({
};
});

console.log(sortDir);

return (
<div
id={id}
Expand Down

0 comments on commit 5260a53

Please sign in to comment.