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