Skip to content

Commit 258da57

Browse files
committed
Remove println
1 parent 8603c5e commit 258da57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ pub fn to_v8_error<'a>(
157157
// XXX: Prevent panic "Custom error class must have a builder registered: Uncaught null"
158158
// from taking down the whole process. Return the underlying error message instead.
159159
if js_error.exception_message == "Uncaught null" {
160-
println!("to_v8_error: {msg}");
161160
return message.into();
162161
}
163162
}

0 commit comments

Comments
 (0)