diff --git a/src/api2/config/remote.rs b/src/api2/config/remote.rs index c5e2bb1a..444ca348 100644 --- a/src/api2/config/remote.rs +++ b/src/api2/config/remote.rs @@ -49,8 +49,6 @@ pub fn list_remotes( let value = config.convert_to_array("name", Some(&digest), &["password"]); - println!("TEST {:?}", value); - Ok(value.into()) }