From 0eba36814f24493945299f8b6822dcf61a2e3468 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 11 Feb 2025 13:31:39 -0500 Subject: [PATCH] rpm_cmd: Also drop debugging `ls` This was another debugging thing that got accidentally committed. Signed-off-by: Colin Walters --- src/ostreeutil.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ostreeutil.rs b/src/ostreeutil.rs index fc7f6da3..8aaf3ec1 100644 --- a/src/ostreeutil.rs +++ b/src/ostreeutil.rs @@ -9,8 +9,6 @@ use std::path::Path; use anyhow::Result; use log::debug; -use crate::util::CommandRunExt; - /// https://github.com/coreos/rpm-ostree/pull/969/commits/dc0e8db5bd92e1f478a0763d1a02b48e57022b59 #[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))] pub(crate) const BOOT_PREFIX: &str = "usr/lib/ostree-boot"; @@ -47,10 +45,6 @@ pub(crate) fn rpm_cmd>(sysroot: P) -> Result