5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-02-01 05:47:18 +03:00

code cleanup: remove commented-out debug print

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2022-04-11 09:34:08 +02:00
parent a9c45bd4a4
commit d18b5d90ee

View File

@ -6670,7 +6670,6 @@ sub restore_proxmox_backup_archive {
my $index = PVE::Tools::file_get_contents($index_fn);
$index = decode_json($index);
# print Dumper($index);
foreach my $info (@{$index->{files}}) {
if ($info->{filename} =~ m/^(drive-\S+).img.fidx$/) {
my $devname = $1;