Skip to content

Commit

Permalink
refactor: remove javascript debugger line
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC committed Sep 14, 2024
1 parent c4a9cb8 commit b3e13a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ protected void onAttach(AttachEvent attachEvent) {
let chatbot = this;
let chatBotContainer = this.shadowRoot.querySelector($1);
this.shadowRoot.querySelector($0).addEventListener("click", function() {
debugger;
let buttonClickedEvent = new CustomEvent("bot-button-clicked", {
detail: {
minimized: chatBotContainer.classList.contains('animation-scale-out'),
Expand Down

0 comments on commit b3e13a1

Please sign in to comment.