From 753a375e899f9630cfaef68b42ea7c1dfd122aa5 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Tue, 25 May 2021 17:41:38 -0600 Subject: [PATCH] Comment out this incredibly annoying C2M warning --- js/format-c2g.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/format-c2g.js b/js/format-c2g.js index a684d2c..ac102b1 100644 --- a/js/format-c2g.js +++ b/js/format-c2g.js @@ -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 } }