mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
script: Downgrade noisy debug logs. (#34914)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
ceec1759f6
commit
3d1b7f8f06
4 changed files with 7 additions and 7 deletions
|
@ -176,7 +176,7 @@ pub(crate) fn with_script_thread<R: Default>(f: impl FnOnce(&ScriptThread) -> R)
|
|||
/// or else the garbage collector may end up collecting objects that are still reachable.
|
||||
pub unsafe fn trace_thread(tr: *mut JSTracer) {
|
||||
with_script_thread(|script_thread| {
|
||||
debug!("tracing fields of ScriptThread");
|
||||
trace!("tracing fields of ScriptThread");
|
||||
script_thread.trace(tr);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue