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:
parent
a9c45bd4a4
commit
d18b5d90ee
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user