Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed May 11, 2024
1 parent 8603c5e commit 258da57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ pub fn to_v8_error<'a>(
// XXX: Prevent panic "Custom error class must have a builder registered: Uncaught null"
// from taking down the whole process. Return the underlying error message instead.
if js_error.exception_message == "Uncaught null" {
println!("to_v8_error: {msg}");
return message.into();
}
}
Expand Down

0 comments on commit 258da57

Please sign in to comment.