mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[refactor] Remove console.log from file download handler in Forgotten page
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user