remove logging

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-07 17:15:53 +02:00
parent c880b1c6a2
commit adabc79e8c
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -53,8 +53,6 @@
const client = getClient()
console.log('newValue.resume', newValue.resume)
if (newValue.resume !== undefined) {
client.findOne(chunter.class.Attachment, { _id: newValue.resume }).then(result => {
if (result !== undefined) {