Skip to content

Commit

Permalink
Actually, let's not log it
Browse files Browse the repository at this point in the history
  • Loading branch information
mikabytes committed Feb 3, 2024
1 parent 77b80fb commit 4108588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/configurationSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ export function validate(data) {
const rootKey = err.instancePath.split('/')[1];
delete data[rootKey];

console.error(err);

return 'Invalid configuration: `' + err.instancePath.slice(1) + '`';
}
})
Expand Down

0 comments on commit 4108588

Please sign in to comment.