Skip to content

Commit

Permalink
Update apps/meteor/app/livechat/server/lib/QueueManager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed May 9, 2024
1 parent 350be2c commit 420167f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/meteor/app/livechat/server/lib/QueueManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ export const QueueManager: queueManager = {
void Apps.self?.triggerEvent(AppEvents.IPostLivechatRoomStarted, room);
await LivechatRooms.updateRoomCount();

console.log('REQUEST', inquiry, agent, guest);

await queueInquiry(inquiry, agent);
logger.debug(`Inquiry ${inquiry._id} queued`);

Expand Down

0 comments on commit 420167f

Please sign in to comment.