Skip to content

Commit 90cbffd

Browse files
committed
Remove debug text
1 parent 9a593b2 commit 90cbffd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/command_alias.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ use crate::versions_file::load_versions_db;
88
use anyhow::{bail, Context, Result};
99

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

0 commit comments

Comments
 (0)