Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Sep 13, 2024
1 parent 30d023b commit 22efb42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ pub fn downgrade(package: String, version: Option<String>) -> Result<String> {
// Should check if present in local cache
let p = Package::parse(pkg[0])?;
let url = p.get_url();
println!("URL: {url}");

let err = process::Command::new("pacman").args(["-U", &url]).exec();

Expand Down

0 comments on commit 22efb42

Please sign in to comment.