mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove debug logging
This commit is contained in:
parent
5a18e79008
commit
0d5898ec8f
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ struct ScopeResource<T:Send,A> {
|
||||||
d : ScopeData<T,A>,
|
d : ScopeData<T,A>,
|
||||||
|
|
||||||
drop unsafe {
|
drop unsafe {
|
||||||
error!("dropp!");
|
|
||||||
for self.d.free_list.each |h| { free_handle(*h); }
|
for self.d.free_list.each |h| { free_handle(*h); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue