3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

Remove debug console.logs

This commit is contained in:
Dragory 2020-07-29 22:08:56 +03:00
parent d88e3d9502
commit d6c88350d5
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;
}