removed a debugging line

This commit is contained in:
Jordi Sanfeliu 2017-07-24 12:32:48 +02:00
parent e0bd773e74
commit 8b3b27b4c5
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ sub ipmi_update {
$unit = $ipmi->{units}->{$e};
foreach(@data) {
if(/^($str)\s+\|\s+(\d+\.*\d*)\s+$unit\s+/) {
print "'$1' '$2'\n";
$sens[$e][$e2] = $2;
}
}