Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
esme committed Aug 6, 2024
1 parent 7630cea commit 0c39d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/demo-minimal-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const cti = new CallingExtensions({
debugMode: true,
eventHandlers: {
onReady: ({ engagementId, portalId, userId, ownerId } = {}) => {
debugger;
cti.initialized({
engagementId,
isLoggedIn: false,
Expand Down

0 comments on commit 0c39d63

Please sign in to comment.