Skip to content

Commit 77bd112

Browse files
vmagrometa-codesync[bot]
authored andcommitted
[antlir2][rpm] remove log of dnf driver command
Summary: This is a very verbose log statement and has nothing of value for users. It's strictly more confusing to include it than to not. Test Plan: testhard Reviewed By: justintrudell Differential Revision: D85809860 fbshipit-source-id: 8d588bb4c635071d40664325eb54b0228ac79e01
1 parent 1cd7900 commit 77bd112

File tree

1 file changed

+0
-1
lines changed
  • antlir/antlir2/features/rpm

1 file changed

+0
-1
lines changed

antlir/antlir2/features/rpm/rpm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ fn run_dnf_driver(
616616

617617
let mut cmd = isol.command(driver_cmd.next().context("driver_cmd is empty")?)?;
618618
cmd.args(driver_cmd);
619-
trace!("dnf driver command: {cmd:#?}");
620619

621620
let mut child = cmd
622621
.stdin(mfd.into_file())

0 commit comments

Comments
 (0)