Skip to content

Commit c2c32c6

Browse files
committed
Remove tracing from test
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent c7efb05 commit c2c32c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hyperlight_host/src/func/call_ctx.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ mod tests {
239239

240240
#[test]
241241
fn ensure_multiusesandbox_multi_calls_dont_reset_state() {
242-
env_logger::builder()
243-
.filter_module("hyperlight", log::LevelFilter::Trace)
244-
.filter_level(log::LevelFilter::Info)
245-
.init();
246242
let sandbox = TestSandbox::new();
247243
let result = sandbox.call_add_to_static_multiple_times(5);
248244
assert!(result.is_ok());

0 commit comments

Comments
 (0)