mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-01-19 19:24:44 +00:00
Remove console.log
This commit is contained in:
parent
0af1b0123f
commit
115205c5f0
|
|
@ -24,7 +24,6 @@ const ignoreFilePattern = /^(\.|__MACOSX)/;
|
|||
|
||||
export async function readZipFile(inputFile: File) {
|
||||
const content = await JSZip.loadAsync(inputFile);
|
||||
console.log("files", content.files);
|
||||
const skins = await Promise.all(
|
||||
Object.entries(content.files).map(async ([path, file]) => {
|
||||
if (!ignoreFilePattern.test(path)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue