mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-31 12:49:57 +00: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()
|
const client = getClient()
|
||||||
|
|
||||||
console.log('newValue.resume', newValue.resume)
|
|
||||||
|
|
||||||
if (newValue.resume !== undefined) {
|
if (newValue.resume !== undefined) {
|
||||||
client.findOne(chunter.class.Attachment, { _id: newValue.resume }).then(result => {
|
client.findOne(chunter.class.Attachment, { _id: newValue.resume }).then(result => {
|
||||||
if (result !== undefined) {
|
if (result !== undefined) {
|
||||||
|
Loading…
Reference in New Issue
Block a user