Skip to content

Commit

Permalink
fix: remove log from plain
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 25, 2024
1 parent 5e050bc commit 5b221a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export const CustomerSupportButton = () => {
const showPlainLiveChat = () => {
if (isLiveChatVisible) {
try {
console.log('Opening plain chat', window?.Plain);
window?.Plain?.open();
} catch (error) {
console.error('Error opening plain chat: ', error);
Expand Down

0 comments on commit 5b221a8

Please sign in to comment.