]> git.proxmox.com Git - pve-common.git/commitdiff
minor fix: remove debug output
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 11 Sep 2012 07:22:47 +0000 (09:22 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 11 Sep 2012 07:22:47 +0000 (09:22 +0200)
Makefile
data/PVE/JSONSchema.pm
debian/changelog

index b1dcc2b7b94c9396b208060c605d1bf8b18d2dc4..25c8df5945ba0d27a730925a6bfcc583e4b026ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.1
 
 VERSION=1.0
-PKGREL=30
+PKGREL=31
 
 PACKAGE=libpve-common-perl
 
index 6b87302c6132951f78cfe571850530405e8fdca4..b73cb0f667122f1cf4c60441f4511c2c02a3757e 100644 (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}) {
index c24fb499f6e6d68f6306f5cecd0cac6d891369aa..b050b655b37e9712731ecb29992cf3c8a8b494c0 100644 (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