Skip to content

Commit 7e26ffc

Browse files
committed
removed console log
1 parent f5b6652 commit 7e26ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/User/pages/DashboardView.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class DashboardView extends React.Component {
7373
}
7474

7575
toggleCollectionCreate() {
76-
console.log('toggle called', this.state);
7776
this.setState((prevState) => ({
7877
isCollectionCreate: !prevState.isCollectionCreate
7978
}));

0 commit comments

Comments
 (0)