mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
remove logging
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
c880b1c6a2
commit
adabc79e8c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user