remove console.logs

This commit is contained in:
smanylov
2025-12-24 15:42:29 +07:00
parent 8058be42c1
commit fe77b4ad36
2 changed files with 0 additions and 14 deletions
@@ -240,8 +240,6 @@ export default function UploadSectionFile({ fileType, allowedExtensions }: Uploa
start = end;
chunkIndex++;
}
console.log('File uploaded successfully');
} catch (error) {
setError('Chunk uploaded error ' + error);
console.error('Chunk upload error:', error);