hotfix: preview command + build peg without logs
This commit is contained in:
parent
e8b09f1124
commit
a675815529
2 changed files with 1 additions and 3 deletions
|
|
@ -282,9 +282,7 @@ function peg$parse(input, options) {
|
|||
var peg$f11 = function(a) { return x => x.options_['ops'].push({ type_: "degradeBy", arguments_ :{ amount:a } }) };
|
||||
var peg$f12 = function(s, ops) { const result = new ElementStub(s, {ops: [], weight: 1, reps: 1});
|
||||
for (const op of ops) {
|
||||
console.log("hmm");
|
||||
op(result);
|
||||
console.log("ha");
|
||||
}
|
||||
return result;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue