removing commented-out code

This commit is contained in:
Keith4
2019-05-03 11:27:17 -04:00
parent e4a816610d
commit 706182e11c

View File

@ -234,13 +234,6 @@ sub getControllerInfo{
my $command = '';
$storcli =~ /^(.*)\/c[0-9]+/;
# if(!defined($writelogs)){
# $command = $1.'adpallinfo a'.$CONTROLLER.' -NoLog';
# }
# else{
# $command = $1.'adpallinfo a'.$CONTROLLER;
# }
#per https://github.com/thomas-krenn/check_lsi_raid/issues/24
$command = $1.'/c'.$CONTROLLER.' show';
push @{$commands_a}, $command;