mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 13:36:37 +00:00
remove debugging code
This commit is contained in:
parent
108b722948
commit
9cfacf24b7
@ -5,7 +5,6 @@ use warnings;
|
|||||||
|
|
||||||
use PVE::Cluster;
|
use PVE::Cluster;
|
||||||
use PVE::APLInfo;
|
use PVE::APLInfo;
|
||||||
use Data::Dumper;
|
|
||||||
use PVE::SafeSyslog;
|
use PVE::SafeSyslog;
|
||||||
use PVE::Tools qw(extract_param);
|
use PVE::Tools qw(extract_param);
|
||||||
use PVE::Cluster;
|
use PVE::Cluster;
|
||||||
@ -36,7 +35,6 @@ __PACKAGE__->register_method ({
|
|||||||
code => sub {
|
code => sub {
|
||||||
|
|
||||||
my $dccfg = PVE::Cluster::cfs_read_file('datacenter.cfg');
|
my $dccfg = PVE::Cluster::cfs_read_file('datacenter.cfg');
|
||||||
print Data::Dumper::Dumper $dccfg;
|
|
||||||
print STDERR "update failed - see /var/log/pveam.log for details\n"
|
print STDERR "update failed - see /var/log/pveam.log for details\n"
|
||||||
if !PVE::APLInfo::update($dccfg->{http_proxy});
|
if !PVE::APLInfo::update($dccfg->{http_proxy});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user