Skip to content

Commit 34f0566

Browse files
committed
Remove console.log
1 parent 7059380 commit 34f0566

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/src/shared-group.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export default class SharedGroup extends React.Component {
2929
<li key={index}>{text}</li>
3030
));
3131

32-
console.log('##', this.state.items);
33-
3432
return (
3533
<ul ref="list" className="block-list">{items}</ul>
3634
);

0 commit comments

Comments
 (0)