mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Remove stray console.log
This commit is contained in:
@@ -160,8 +160,6 @@ export default class PayloadService {
|
||||
|
||||
let value = clone(payload[field.field]);
|
||||
|
||||
if (field.field === 'password') console.log(value);
|
||||
|
||||
for (const special of fieldSpecials) {
|
||||
if (this.transformers.hasOwnProperty(special)) {
|
||||
value = await this.transformers[special](operation, value, payload);
|
||||
|
||||
Reference in New Issue
Block a user