mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +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) => {
|
||||
const { verbs } = this.state;
|
||||
const newVerbs = { ...verbs, [name]: value };
|
||||
console.log(newVerbs);
|
||||
this.setState({ verbs: newVerbs });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user