mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 06:32:47 +03:00
interpreter: remove debugging
This commit is contained in:
parent
92e98cba29
commit
69edca94da
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
ships/
|
||||
*.backup
|
||||
urbit
|
||||
|
@ -479,7 +479,6 @@ pub fn interpret(
|
||||
push_formula(stack, diet.patch, false);
|
||||
}
|
||||
Nock10Edit => {
|
||||
eprintln!("edit axis {} patch {} tree {}", diet.axis, res, diet.tree);
|
||||
res = edit(stack, diet.axis.as_bitslice(), res, diet.tree);
|
||||
stack.pop::<NockWork>();
|
||||
}
|
||||
@ -544,7 +543,6 @@ pub fn interpret(
|
||||
}
|
||||
|
||||
fn push_formula(stack: &mut NockStack, formula: Noun, tail: bool) {
|
||||
eprintln!("push_formula {} tail {}", formula, tail);
|
||||
unsafe {
|
||||
if let Ok(formula_cell) = formula.as_cell() {
|
||||
// Formula
|
||||
|
Loading…
Reference in New Issue
Block a user