Skip to content

Commit d0431c6

Browse files
committed
rm logs
1 parent f63197c commit d0431c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/grant-explorer/src/features/discovery/ExploreProjectsPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ export function ExploreProjectsPage(): JSX.Element {
3939
dataLayer
4040
);
4141

42-
console.log("===> projects", projects);
43-
console.log("===> projectsFromSearch", projectsFromSearch);
44-
4542
const onQueryChange: React.ChangeEventHandler<HTMLInputElement> = (e) => {
4643
const q = e.target.value;
4744
setSearchInput(q);

0 commit comments

Comments
 (0)