Skip to content

Commit

Permalink
remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
spirit-drive committed Oct 26, 2023
1 parent 0f31b64 commit 87d47ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stories/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React from 'react';
import s from './button.module.sass';

console.log(s);

interface ButtonProps {
/**
* Is this the principal call to action on the page?
Expand Down

0 comments on commit 87d47ab

Please sign in to comment.