[refactor] Remove console.log from file download handler in Forgotten page

This commit is contained in:
PauI Ostrovckij
2026-01-29 08:07:06 +03:00
parent f422402b45
commit 22155c1aab

View File

@ -31,8 +31,6 @@ const Forgotten = () => {
const handleDownload = async file => {
try {
console.log('Downloading file:', file.name);
setDownloadingFiles(prev => new Set(prev).add(file.key));
const result = await getForgotten(file.key);