From 174a718c860623962607bdafdca1dbfc64af4469 Mon Sep 17 00:00:00 2001 From: Fulvio Galeazzi <fulvio.galeazzi@garr.it> Date: Fri, 6 Apr 2018 12:13:33 +0200 Subject: [PATCH] 2018-04-05: FG; Remove spurious comment line. --- Ceph/Script/queryCephDisks.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/Ceph/Script/queryCephDisks.pl b/Ceph/Script/queryCephDisks.pl index 2422479..017f47f 100755 --- a/Ceph/Script/queryCephDisks.pl +++ b/Ceph/Script/queryCephDisks.pl @@ -246,7 +246,6 @@ if ($selectSizeOrDev > 0) { } } else { foreach my $aKey (sort keys %typeHash) { - print "aKey: $aKey Select: $selectSize\n"; next if ($selectSize =~ /[a-zA-Z]+/ and $aKey !~ /$selectSize/); @{$finalHash{$aKey}} = (); if ($thisHost) { -- GitLab