Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
remove unwanted log
  • Loading branch information
murtaza98 committed Apr 21, 2022
1 parent 0673db3 commit 20b5e08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/server/services/omnichannel-voip/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ export class OmnichannelVoipService extends ServiceClassInternal implements IOmn
options: { comment?: string; tags?: string[] },
sysMessageId: 'voip-call-wrapup' | 'voip-call-ended-unexpectedly',
): Promise<{ closeInfo: IRoomClosingInfo; closeSystemMsgData: any }> {
console.log('Calling community version');
return this.getBaseRoomClosingData(closerParam, room, options, sysMessageId);
}

Expand Down

0 comments on commit 20b5e08

Please sign in to comment.