Skip to content

Commit

Permalink
Merge pull request coreos#843 from cgwalters/drop-dbg
Browse files Browse the repository at this point in the history
Drop dbg
  • Loading branch information
jmarrero authored Feb 11, 2025
2 parents ed7d759 + 0cb3760 commit 15e8477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Refs:
#![deny(unused_must_use)]
// The style lints are more annoying than useful
#![allow(clippy::style)]
#![deny(clippy::dbg_macro)]

mod backend;
#[cfg(any(target_arch = "x86_64", target_arch = "powerpc64"))]
Expand Down
1 change: 0 additions & 1 deletion src/ostreeutil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ pub(crate) fn rpm_cmd<P: AsRef<Path>>(sysroot: P) -> Result<std::process::Comman
break;
}
if let Some(arg) = arg {
dbg!("found", &arg);
debug!("Using dbpath {arg:?}");
c.arg(arg);
} else {
Expand Down

0 comments on commit 15e8477

Please sign in to comment.