Skip to content

Commit 9d0e453

Browse files
committed
oops logs
1 parent 5affc53 commit 9d0e453

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/JobSearch.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ const JobSearch = ({
141141
},
142142
"requiredTags",
143143
);
144-
console.log({ type, requiredTags });
145144
const url = `/api/jobs/${type}?${toQueryString({
146145
limit,
147146
page: pageParam,
@@ -151,7 +150,6 @@ const JobSearch = ({
151150
},
152151
});
153152
const onChangeQuery = React.useCallback((query) => {
154-
console.log({ query });
155153
setState((_state) => ({
156154
..._state,
157155
...query,

0 commit comments

Comments
 (0)