Remove print

This commit is contained in:
Eric Holk 2012-08-10 18:27:34 -07:00
parent 67b5d5f673
commit ebe7b0cc37

View File

@ -401,7 +401,6 @@ struct drop_state {
drop {
if task::failing() {
io::println("failing!");
self.p.state = terminated;
let old_task = swap_task(self.p.blocked_task, ptr::null());
if !old_task.is_null() {