interpreter: remove debugging

This commit is contained in:
Edward Amsden 2023-08-31 14:12:05 -05:00
parent 92e98cba29
commit 69edca94da
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
ships/
*.backup
urbit

View File

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