Skip to content

Commit

Permalink
removed-console
Browse files Browse the repository at this point in the history
  • Loading branch information
jatingodnani committed Nov 18, 2023
1 parent 356be25 commit 1e7625d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function Search({
);
fetchUsers(inputValue);
}, 500);
console.log(inputValue);

return () => {
clearTimeout(timer);
};
Expand Down

0 comments on commit 1e7625d

Please sign in to comment.