Skip to content

Commit

Permalink
Remove Console
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcshinsky committed Feb 8, 2022
1 parent cab5823 commit 433789b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "slipstream-ui",
"author": "Michael McShinsky",
"description": "Component library combining React and Tailwindcss, built with TypeScript",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
3 changes: 0 additions & 3 deletions src/navigation/tabs/TabItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export const TabItem = forwardRef<HTMLElement, TabItemProps>(
}
}

console.log(typeof active);
console.log(active);

const classes = classNames(
'sui--tab-item',
!custom && [
Expand Down

0 comments on commit 433789b

Please sign in to comment.