diff --git a/src/modules/queue/domain/queue-admin.orchestrator.ts b/src/modules/queue/domain/queue-admin.orchestrator.ts index b08c796..9bfc106 100644 --- a/src/modules/queue/domain/queue-admin.orchestrator.ts +++ b/src/modules/queue/domain/queue-admin.orchestrator.ts @@ -77,12 +77,14 @@ export class QueueAdminOrchestrator { time: callTime, }; - console.log({ - currentTime: toTime(currentTime), - callTime: toTime(callTime), - lastNotification: toTime(queueTicket.last_notification), - code: queueTicket.code, - }); + // console.table([ + // { + // code: queueTicket.code, + // currentTime: toTime(currentTime), + // callTime: toTime(callTime), + // lastNotification: toTime(queueTicket.last_notification), + // }, + // ]); if (queueTicket.last_notification < currentTime - call_preparation) { await notification.queueProcess(payload);