Remove print
This commit is contained in:
parent
67b5d5f673
commit
ebe7b0cc37
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user