]> git.proxmox.com Git - pve-manager.git/commitdiff
Remove unused code
authorWolfgang Link <w.link@proxmox.com>
Thu, 16 Apr 2020 05:18:25 +0000 (07:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 3 May 2020 12:10:17 +0000 (14:10 +0200)
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
PVE/NodeConfig.pm

index 560da11667738b226bbd44725b8e5790428a4bcc..6ea2dac18858475ea4244c81071a865a30fe504f 100644 (file)
@@ -243,13 +243,6 @@ sub parse_acme {
     return $res;
 }
 
-sub print_acme {
-    my ($acme) = @_;
-
-    $acme->{domains} = join(';', $acme->{domains}) if $acme->{domains};
-    return PVE::JSONSchema::print_property_string($acme, $acmedesc);
-}
-
 sub get_nodeconfig_schema {
 
     return $confdesc;