fix: remove debug file

main
spacemeowx2 2022-11-05 17:40:54 +08:00
parent 9916b7e5f5
commit 62b53893de
1 changed files with 0 additions and 2 deletions

View File

@ -374,8 +374,6 @@ export class StatInkExporter implements GameExporter {
}
}
Deno.writeTextFileSync("debug1.json", JSON.stringify(result, null, 2));
return result;
}
}