remove: console.log from updateClaim refs #5979

This commit is contained in:
Pablo Natek 2023-10-19 08:41:26 +02:00
parent f8889df903
commit d3a7b4ecb9
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ module.exports = Self => {
clientName: claim.client().name, clientName: claim.client().name,
claimUrl: `${url}claim/${claim.id}/summary` claimUrl: `${url}claim/${claim.id}/summary`
}); });
console.log(`${url}claim/${claim.id}/summary`);
await models.Chat.sendCheckingPresence(ctx, workerId, message); await models.Chat.sendCheckingPresence(ctx, workerId, message);
} }