Remove debug console.logs
This commit is contained in:
parent
f74291d5f8
commit
06997b59b0
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ export function getPluginConfigPreprocessor(
|
||||||
? decodeAndValidateStrict(blueprint.configSchema, options.config)
|
? decodeAndValidateStrict(blueprint.configSchema, options.config)
|
||||||
: options.config;
|
: options.config;
|
||||||
if (decodedConfig instanceof StrictValidationError) {
|
if (decodedConfig instanceof StrictValidationError) {
|
||||||
console.log("o", options);
|
|
||||||
throw decodedConfig;
|
throw decodedConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
// }
|
// }
|
||||||
|
|
||||||
onTreeUpdate(targetPermissions) {
|
onTreeUpdate(targetPermissions) {
|
||||||
console.log('hi');
|
|
||||||
this.$store.dispatch("guilds/setTargetPermissions", {
|
this.$store.dispatch("guilds/setTargetPermissions", {
|
||||||
guildId: this.$route.params.guildId,
|
guildId: this.$route.params.guildId,
|
||||||
targetId: targetPermissions.target_id,
|
targetId: targetPermissions.target_id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue