mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove stray console.log
This commit is contained in:
@@ -16,8 +16,6 @@ export class FailedValidationException extends BaseException {
|
||||
field: error.path[0] as string,
|
||||
};
|
||||
|
||||
console.log(error);
|
||||
|
||||
const joiType = error.type;
|
||||
|
||||
// eq | in | null | empty
|
||||
|
||||
Reference in New Issue
Block a user