Skip to content

Commit 1b23391

Browse files
remove comments
1 parent b0fbc71 commit 1b23391

File tree

1 file changed

+0
-3
lines changed
  • packages/web/src/app/[domain]/search

1 file changed

+0
-3
lines changed

packages/web/src/app/[domain]/search/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ const SearchPageInternal = () => {
8383
staleTime: 0,
8484
});
8585

86-
console.log(`isSearchPending`, isSearchPending);
87-
console.log(`isFetching`, isFetching);
88-
8986
useEffect(() => {
9087
if (error) {
9188
toast({

0 commit comments

Comments
 (0)