Skip to content

Commit f6b3a3b

Browse files
committed
1 parent 62418f8 commit f6b3a3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

prisma-schema-wasm/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,3 @@ pub fn debug_panic() {
113113
register_panic_hook();
114114
panic!("This is the panic triggered by `prisma_fmt::debug_panic()`");
115115
}
116-
117-
#[cfg(feature = "wasm_logger")]
118-
#[wasm_bindgen]
119-
pub fn enable_logs() {
120-
wasm_logger::init(wasm_logger::Config::default());
121-
}

0 commit comments

Comments
 (0)