Skip to content

Commit db3bd3b

Browse files
author
Clauderic Demers
committed
chore: remove console.log from grid story
1 parent 08a1bcf commit db3bd3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/.stories/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ storiesOf('General | Layout / Grid', module)
590590
});
591591
}}
592592
onSortEnd={({nodes}) => {
593-
console.log(nodes);
594-
595593
nodes.forEach(({node}) => {
596594
const wrapperNode = node.querySelector(`.${style.wrapper}`);
597595

0 commit comments

Comments
 (0)