mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Remove commented out code
This commit is contained in:
parent
cb07b2a8d5
commit
6c39bb0be8
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue