Skip to content

Commit 504d0bf

Browse files
committed
removed console log
1 parent 063e293 commit 504d0bf

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)