Remove always-on logging from fuzz targets (#878)
Now that the `cargo fuzz` tooling is better, it is easier to reproduce failures, and we don't need to be super paranoid about logging here.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1998,9 +1998,7 @@ name = "wasmtime-fuzz"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"arbitrary 0.2.0",
|
||||
"env_logger 0.7.1",
|
||||
"libfuzzer-sys",
|
||||
"log",
|
||||
"wasmtime",
|
||||
"wasmtime-fuzzing",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user