Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 5, 2024
1 parent b788207 commit f415b22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export class IsSupported {

constructor(predicate: () => unknown) {
$effect(() => {
console.log("predicate", predicate());
this.#current = Boolean(predicate());
});
}
Expand Down

0 comments on commit f415b22

Please sign in to comment.