mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05: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