mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +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) => {
|
const requestSuggestions = useDebouncedCallback((value: string) => {
|
||||||
console.warn({ value });
|
|
||||||
|
|
||||||
if (!isLoading.current) {
|
if (!isLoading.current) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue