Skip to content

Commit

Permalink
fix(Button): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
akdetrick committed Jan 28, 2025
1 parent ec37a6a commit e85275e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ const Button = ({
// support legacy method of passing label as children for now
const buttonLabel = label || children;

console.info(buttonLabel);

const Icon = ({ name }: { name: string }) => (
<div className="alignChild--center--center">
<i
Expand Down

0 comments on commit e85275e

Please sign in to comment.