mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Remove console statement
This commit is contained in:
parent
c82404c75b
commit
426538c8af
1 changed files with 0 additions and 2 deletions
|
|
@ -187,8 +187,6 @@ function MovieSearchInput() {
|
|||
);
|
||||
|
||||
const requestSuggestions = useDebouncedCallback((value: string) => {
|
||||
console.warn({ value });
|
||||
|
||||
if (!isLoading.current) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue