mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +01:00
remove debug message
This commit is contained in:
parent
095ce44ed7
commit
dee2b32899
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ export function activate(ctx) {
|
|||
let errors = [];
|
||||
materializeParams(ctx.services, req.params, operation.schema, params, errors, []);
|
||||
if (errors.length !== 0) {
|
||||
console.log(errors);
|
||||
return INVALID_REQUEST;
|
||||
}
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue