Skip to content

Commit

Permalink
kernel form: remove eprintln (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacryt-socryp authored Oct 12, 2024
1 parent dab145f commit 4255c51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crown/src/kernel/form.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ impl Kernel {
///
/// Result containing the poke response or an error.
pub fn do_poke(&mut self, job: Noun) -> Result<Noun> {
eprintln!("poke: {:?}", job);
match self.soft(job, Some("poke".to_string())) {
Ok(res) => {
let cell = res.as_cell().expect("serf: poke: +slam returned atom");
Expand Down

0 comments on commit 4255c51

Please sign in to comment.