We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12062c6 commit 1459d43Copy full SHA for 1459d43
src/command_alias.rs
@@ -8,7 +8,6 @@ use crate::versions_file::load_versions_db;
8
use anyhow::{bail, Context, Result};
9
10
pub fn run_command_alias(alias: &str, channel: &str, paths: &GlobalPaths) -> Result<()> {
11
- println!("alias: {}, channel: {}", alias, channel);
12
let mut config_file = load_mut_config_db(paths)
13
.with_context(|| "`alias` command failed to load configuration data.")?;
14
0 commit comments