mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
Remove console log
This commit is contained in:
@@ -71,7 +71,6 @@ class AdvancedPermissionsDialog extends React.Component<Props, State> {
|
|||||||
handleChange = (value: boolean, name: string) => {
|
handleChange = (value: boolean, name: string) => {
|
||||||
const { verbs } = this.state;
|
const { verbs } = this.state;
|
||||||
const newVerbs = { ...verbs, [name]: value };
|
const newVerbs = { ...verbs, [name]: value };
|
||||||
console.log(newVerbs);
|
|
||||||
this.setState({ verbs: newVerbs });
|
this.setState({ verbs: newVerbs });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user