1
0
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:
Bogdan
2025-05-15 14:56:25 +03:00
parent c82404c75b
commit 426538c8af
@@ -187,8 +187,6 @@ function MovieSearchInput() {
);
const requestSuggestions = useDebouncedCallback((value: string) => {
console.warn({ value });
if (!isLoading.current) {
return;
}