Skip to content

Commit

Permalink
chore: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Dec 1, 2023
1 parent b715ce9 commit 33a1c04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/util/exception.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pub trait JavaExceptions {
impl<'local> JavaExceptions for JNIEnv<'local> {

fn throw_new_exception(&mut self, exception: JavaException) {
println!("{} {}", exception.class, exception.message);
let _ = self.throw_new(exception.class, exception.message);
}
}

0 comments on commit 33a1c04

Please sign in to comment.