Skip to content

Commit

Permalink
build: removed debug strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Mar 19, 2024
1 parent e361582 commit fb4630c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/entry-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const initDialog = () => {

spidDialog.addEventListener("close", () => {
document.body.style.overflow = "auto";
console.log("spidDialog close");
});

spidSearch.addEventListener("input", (event) => {
Expand All @@ -39,8 +38,6 @@ export const initDialog = () => {
".spid-providers li:not(.spid-idp-search)",
) as NodeListOf<HTMLLIElement>;

console.log("searchWord", searchWord);

filterProviders(searchWord.toLowerCase(), providers);
});

Expand Down

0 comments on commit fb4630c

Please sign in to comment.