src/bin/proxmox-backup-manager.rs: remove stale debug comment

This commit is contained in:
Dietmar Maurer 2020-01-30 17:59:13 +01:00
parent 9e165b5cad
commit 43592f290d

View File

@ -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",