Commit bee4590e authored by filip mertens's avatar filip mertens

rm console

parent a6963989
......@@ -91,7 +91,6 @@ function PermisssionsSettings ({ pluginSettings }: PermissionSettingsProps) {
}
useEffect(() => {
console.log({ permissions })
}, [Object.keys(permissions).length])
function clearAllPersmissions (pluginName: string, topLevelPluginName: string, funcName: string) {
const permissionsCopy = permissions // don't mutate state
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment