Skip to content

Commit d5f8879

Browse files
authored
Remove forced debug logs from rust_wasm_bindgen_test (#3355)
1 parent 633e56d commit d5f8879

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/wasm_bindgen/private/wasm_bindgen_test_wrapper.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ fn main() {
225225
}
226226
}
227227

228-
env.insert("RUST_LOG".to_string(), "debug".to_string());
229-
230228
// Run the test
231229
let mut command = Command::new(test_runner);
232230
command.envs(env).arg(test_bin).args(env::args().skip(1));

0 commit comments

Comments
 (0)