src/bin/proxmox-backup-manager.rs: remove stale debug comment
This commit is contained in:
parent
9e165b5cad
commit
43592f290d
@ -115,7 +115,6 @@ fn list_remotes(param: Value, rpcenv: &mut dyn RpcEnvironment) -> Result<Value,
|
||||
fn remote_commands() -> CommandLineInterface {
|
||||
|
||||
let cmd_def = CliCommandMap::new()
|
||||
//.insert("list", CliCommand::new(&api2::config::remote::API_METHOD_LIST_REMOTES))
|
||||
.insert("list", CliCommand::new(&&API_METHOD_LIST_REMOTES))
|
||||
.insert(
|
||||
"create",
|
||||
|
Loading…
Reference in New Issue
Block a user