mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-27 12:03:52 +00:00
Remove unused code
This commit is contained in:
parent
f731c24887
commit
66dc33c368
1 changed files with 0 additions and 5 deletions
|
|
@ -59,11 +59,6 @@ export function run({
|
|||
});
|
||||
});
|
||||
|
||||
const { commands /* variables */ } = program;
|
||||
commands.forEach((/* command, i*/) => {
|
||||
// printCommand({ i, command, stack: [], variables });
|
||||
});
|
||||
|
||||
// Set the System global
|
||||
// TODO: We could confirm that this variable has the "system" flag set.
|
||||
program.variables[0].setValue(system);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue