Skip to content

Commit

Permalink
further context here:
Browse files Browse the repository at this point in the history
  • Loading branch information
Druue committed Jun 12, 2024
1 parent 62418f8 commit f6b3a3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions prisma-schema-wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,3 @@ pub fn debug_panic() {
register_panic_hook();
panic!("This is the panic triggered by `prisma_fmt::debug_panic()`");
}

#[cfg(feature = "wasm_logger")]
#[wasm_bindgen]
pub fn enable_logs() {
wasm_logger::init(wasm_logger::Config::default());
}

0 comments on commit f6b3a3b

Please sign in to comment.