diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-15 15:20:08 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-15 15:20:08 -0700 |
commit | 8569dafb631d99f325236fb7a134a0087d95b212 (patch) | |
tree | 41620f0708051d42d2619edf85e2608152f5cba7 /src | |
parent | da60a2a3921a96a5c0b26f682f1b7d5c971dd6df (diff) |
removed unnecesary concole.log
Diffstat (limited to 'src')
-rw-r--r-- | src/components/search/SearchBar.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
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<SearchBarProps> = ({ // 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); }; |