1
0
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:
Bogdan
2025-05-15 14:56:25 +03:00
parent c82404c75b
commit 426538c8af

View File

@@ -187,8 +187,6 @@ function MovieSearchInput() {
);
const requestSuggestions = useDebouncedCallback((value: string) => {
console.warn({ value });
if (!isLoading.current) {
return;
}