minor fix: remove debug output

This commit is contained in:
Dietmar Maurer 2012-09-11 09:22:47 +02:00
parent 4df6a1644a
commit 035c760b53
3 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
RELEASE=2.1
VERSION=1.0
PKGREL=30
PKGREL=31
PACKAGE=libpve-common-perl

View File

@ -953,9 +953,6 @@ sub get_options {
}
$opts = PVE::Tools::decode_utf8_parameters($opts);
if ($opts->{description}) {
print "TEST: " . PVE::Tools::encode_text($opts->{description}) . "\n";
}
foreach my $p (keys %$opts) {
if (my $pd = $schema->{properties}->{$p}) {

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libpve-common-perl (1.0-31) unstable; urgency=low
* minor fix: remove debug output
-- Proxmox Support Team <support@proxmox.com> Tue, 11 Sep 2012 09:22:13 +0200
libpve-common-perl (1.0-30) unstable; urgency=low
* allow more that 10 physical network interfaces