mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Remove commented out code
This commit is contained in:
parent
41dc17fea9
commit
9db1d38b7c
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