mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Remove console statement
This commit is contained in:
@@ -187,8 +187,6 @@ function MovieSearchInput() {
|
||||
);
|
||||
|
||||
const requestSuggestions = useDebouncedCallback((value: string) => {
|
||||
console.warn({ value });
|
||||
|
||||
if (!isLoading.current) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user