Remove unused code

This commit is contained in:
Jordan Eldredge 2019-08-29 07:08:50 -07:00
parent f731c24887
commit 66dc33c368

View file

@ -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);