Skip to content

Commit eb3021c

Browse files
committed
improve(fortanix-vme-runner): enclave-runner does not use RUST_LOG
1 parent 620f88f commit eb3021c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fortanix-vme/fortanix-vme-tools/src/bin/ftxvme-runner-cargo.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ fn add_runner_common_args(fortanix_vme_runner: &mut Command, common_args: &Commo
231231
}
232232

233233
if common_args.verbose {
234-
fortanix_vme_runner.env("RUST_LOG", "debug");
235234
fortanix_vme_runner.arg("--verbose");
236235
}
237236
}

0 commit comments

Comments
 (0)