Remove debug logging

This commit is contained in:
Brian Anderson 2012-10-11 19:00:15 -07:00
parent 5a18e79008
commit 0d5898ec8f

View file

@ -73,7 +73,6 @@ struct ScopeResource<T:Send,A> {
d : ScopeData<T,A>,
drop unsafe {
error!("dropp!");
for self.d.free_list.each |h| { free_handle(*h); }
}
}