mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-03-07 22:40:35 +00:00
Remove console.log
This commit is contained in:
parent
0af1b0123f
commit
115205c5f0
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue