Remove commented out code

This commit is contained in:
Jordan Eldredge 2019-08-12 16:28:00 -07:00
parent cb07b2a8d5
commit 6c39bb0be8

View file

@ -8,7 +8,6 @@ import runtime from "./runtime";
async function getMakiTreeFromUrl(skinUrl: string): Promise<MakiTree> {
const resp = await fetch(skinUrl);
// const resp = await fetch(simpleSkin);
const blob = await resp.blob();
const zip = await JSZip.loadAsync(blob);
const skinXml = await Utils.inlineIncludes(