Skip to content

Commit

Permalink
Remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Jan 22, 2025
1 parent 12062c6 commit 1459d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/command_alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::versions_file::load_versions_db;
use anyhow::{bail, Context, Result};

pub fn run_command_alias(alias: &str, channel: &str, paths: &GlobalPaths) -> Result<()> {
println!("alias: {}, channel: {}", alias, channel);
let mut config_file = load_mut_config_db(paths)
.with_context(|| "`alias` command failed to load configuration data.")?;

Expand Down

0 comments on commit 1459d43

Please sign in to comment.