[nostalgia/tools] Remove debug code

This commit is contained in:
Gary Talent 2019-11-14 04:57:34 -06:00
parent 45dd2e38e3
commit 965e280b53

View File

@ -114,8 +114,6 @@ struct VerificationPair {
[[nodiscard]] ox::Error pack(ox::PassThroughFS *src, ox::FileSystem32 *dest) {
oxReturnError(copy(src, dest, "/"));
oxReturnError(dest->stat("/TileSheets/Charset.ng").error);
oxReturnError(dest->stat("/Palettes/Charset.npal").error);
oxReturnError(transformClaw(dest, "/"));
return OxError(0);
}