From 8569dafb631d99f325236fb7a134a0087d95b212 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Mon, 15 Mar 2021 15:20:08 -0700 Subject: removed unnecesary concole.log --- src/components/search/SearchBar.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx index 1a855f20..62bda77e 100644 --- a/src/components/search/SearchBar.tsx +++ b/src/components/search/SearchBar.tsx @@ -70,8 +70,6 @@ const SearchBar: React.FC = ({ // TODO: FIGURE OUT WHY CHANGES IN placeholderId ARE NOT REFLECTED HERE // my thought: the value is set when the function is defined, so it keeps // its inital value of -1 forever. - console.log(`Previous ID: ${placeholderId}`); - console.log(`Next ID: ${nextId}`); setPlaceholderId(nextId); }; -- cgit v1.2.3-70-g09d2