Skip to content

Commit

Permalink
fix(table): story remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Jul 16, 2020
1 parent ac259c6 commit 6d9ff2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Table/Table.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ storiesOf('Watson IoT/Table', module)
return React.createElement(() => {
const [defaultValue, setDefaultValue] = useState('toyota');
const sampleDefaultValues = ['whiteboard', 'scott', 'helping'];
console.log(`defaultValue in story: ${defaultValue}`);
return (
<>
<p>
Expand Down

0 comments on commit 6d9ff2f

Please sign in to comment.