From 1f3ac9877634822fb92091fa6d6b5b9b596bcd47 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 20 Jan 2014 08:43:40 +0100 Subject: [PATCH] cleanup test code --- test.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test.pl b/test.pl index 1826147..eaf3c88 100755 --- 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); -- 2.39.2