diff --git a/src/test/bench/msgsend-ring-rw-arcs.rs b/src/test/bench/msgsend-ring-rw-arcs.rs index 61934037014..545a7d980d0 100644 --- a/src/test/bench/msgsend-ring-rw-arcs.rs +++ b/src/test/bench/msgsend-ring-rw-arcs.rs @@ -25,7 +25,6 @@ fn send(p: &pipe, msg: uint) { fn recv(p: &pipe) -> uint { do p.write_cond |state, cond| { while vec::is_empty(*state) { - error!("have to wait"); cond.wait(); } vec::pop(*state)