From 035c760b53c03aa5516e383e9146f911b534b2a2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 11 Sep 2012 09:22:47 +0200 Subject: [PATCH] minor fix: remove debug output --- Makefile | 2 +- data/PVE/JSONSchema.pm | 3 --- debian/changelog | 6 ++++++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b1dcc2b..25c8df5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=2.1 VERSION=1.0 -PKGREL=30 +PKGREL=31 PACKAGE=libpve-common-perl diff --git a/data/PVE/JSONSchema.pm b/data/PVE/JSONSchema.pm index 6b87302..b73cb0f 100644 --- a/data/PVE/JSONSchema.pm +++ b/data/PVE/JSONSchema.pm @@ -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}) { diff --git a/debian/changelog b/debian/changelog index c24fb49..b050b65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-common-perl (1.0-31) unstable; urgency=low + + * minor fix: remove debug output + + -- Proxmox Support Team Tue, 11 Sep 2012 09:22:13 +0200 + libpve-common-perl (1.0-30) unstable; urgency=low * allow more that 10 physical network interfaces -- 2.39.2