Skip to content

Commit

Permalink
[core] neuter telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 1, 2023
1 parent 38af8d4 commit b7484dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/diem/src/common/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ pub fn parse_json_file<T: for<'a> 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`.
Expand Down

0 comments on commit b7484dd

Please sign in to comment.