Remove debug console.logs

This commit is contained in:
Dragory 2020-07-29 22:08:56 +03:00
parent f74291d5f8
commit 06997b59b0
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 0 additions and 2 deletions

View file

@ -40,7 +40,6 @@ export function getPluginConfigPreprocessor(
? decodeAndValidateStrict(blueprint.configSchema, options.config)
: options.config;
if (decodedConfig instanceof StrictValidationError) {
console.log("o", options);
throw decodedConfig;
}