]> git.proxmox.com Git - librados2-perl.git/commitdiff
cleanup test code
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Jan 2014 07:43:40 +0000 (08:43 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Jan 2014 07:43:40 +0000 (08:43 +0100)
test.pl

diff --git a/test.pl b/test.pl
index 1826147af64d0dbdb839d088c1cee8bf0d0c5948..eaf3c88018d8ea08bcf9b30a2d4a89383969f25f 100755 (executable)
--- a/test.pl
+++ b/test.pl
@@ -14,8 +14,6 @@ my $rados = PVE::RADOS::new();
 my $res = $rados->mon_command({ prefix => 'get_command_descriptions'});
 print Dumper($res);
 
-$res = $rados->mon_command({ prefix => 'mon dump', format => 'json' });
-print Dumper($res);
 $res = $rados->mon_command({ prefix => 'mon dump', format => 'json' });
 print Dumper($res);