From b7484dd74d58e1789485cfd9f773e347b450187f Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:01:46 +0000 Subject: [PATCH] [core] neuter telemetry --- crates/diem/src/common/utils.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/diem/src/common/utils.rs b/crates/diem/src/common/utils.rs index 66876e955893..ba47a4fa4db6 100644 --- a/crates/diem/src/common/utils.rs +++ b/crates/diem/src/common/utils.rs @@ -489,7 +489,6 @@ pub fn parse_json_file Deserialize<'a>>(path_ref: &Path) -> CliTypedR CliError::UnableToReadFile(format!("{}", path_ref.display()), err.to_string()) }) } - /// Convert a view function JSON field into a string option. /// /// A view function JSON return represents an option via an inner JSON array titled `vec`.