Comment out this incredibly annoying C2M warning

This commit is contained in:
Eevee (Evelyn Woods) 2021-05-25 17:41:38 -06:00
parent 7c0335a24d
commit 753a375e89

View File

@ -1322,7 +1322,7 @@ export function parse_level(buf, number = 1) {
}
}
else {
console.warn(`Unrecognized section type '${type}' at offset ${bytes.byteOffset}`, view);
// console.warn(`Unrecognized section type '${type}' at offset ${bytes.byteOffset}`, view);
// TODO save it, persist when editing level
}
}