fix build

This commit is contained in:
tamaina 2023-02-28 15:22:36 +00:00
parent cfaf017c15
commit 4e2230d7cf

View File

@ -85,7 +85,6 @@ export async function downloadUrl(url, path, settings = defaultDownloadConfig) {
}
if (process.env.NODE_ENV !== 'production')
console.log(`Download finished: ${url}`);
return {
filename,
};