mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Remove debug console log
This commit is contained in:
parent
2dc65cee79
commit
e7a75e95b1
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ export async function getFileFromZip(
|
|||
// the last file that JSZip extracted.
|
||||
const lastFile = files[files.length - 1];
|
||||
|
||||
console.log(`Looking for ${fileName} and got ${lastFile.name}`);
|
||||
try {
|
||||
const contents = await lastFile.async(mode);
|
||||
return { contents, name: lastFile.name };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue