mirror of
https://github.com/urbit/ares.git
synced 2024-11-26 09:57:56 +03:00
serf: remove debug eprintln
This commit is contained in:
parent
5bc00a175b
commit
d2a5c5aaeb
@ -303,7 +303,6 @@ fn peek(context: &mut Context, ovo: Noun) -> Noun {
|
||||
}
|
||||
|
||||
fn goof(context: &mut Context, traces: Noun) -> Noun {
|
||||
// eprintln!("serf: goof: traces: {}", traces);
|
||||
let trace = zing(&mut context.nock_context.stack, traces).expect("serf: goof: zing failed");
|
||||
let tone = Cell::new(&mut context.nock_context.stack, D(2), trace);
|
||||
let tang = mook(&mut context.nock_context, tone, false)
|
||||
|
Loading…
Reference in New Issue
Block a user