From 6c39bb0be89124c30fbe70d1dd16187bf85ec45d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 12 Aug 2019 16:28:00 -0700 Subject: [PATCH] Remove commented out code --- modern/src/Actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modern/src/Actions.ts b/modern/src/Actions.ts index 8564fa0e..c8cd337f 100644 --- a/modern/src/Actions.ts +++ b/modern/src/Actions.ts @@ -8,7 +8,6 @@ import runtime from "./runtime"; async function getMakiTreeFromUrl(skinUrl: string): Promise { 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(