remove: console.log from updateClaim refs #5979
This commit is contained in:
parent
f8889df903
commit
d3a7b4ecb9
|
@ -122,7 +122,6 @@ module.exports = Self => {
|
|||
clientName: claim.client().name,
|
||||
claimUrl: `${url}claim/${claim.id}/summary`
|
||||
});
|
||||
console.log(`${url}claim/${claim.id}/summary`);
|
||||
await models.Chat.sendCheckingPresence(ctx, workerId, message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue