diff --git a/lib/src/status.rs b/lib/src/status.rs index f90863f24..dba4889f2 100644 --- a/lib/src/status.rs +++ b/lib/src/status.rs @@ -299,8 +299,6 @@ pub(crate) async fn status(opts: super::cli::StatusOpts) -> Result<()> { host }; - crate::utils::warning("note: The format of this API is not yet stable"); - // If we're in JSON mode, then convert the ostree data into Rust-native // structures that can be serialized. // Filter to just the serializable status structures.