mirror of https://github.com/mikaku/Monitorix.git
removed a debugging line
This commit is contained in:
parent
e0bd773e74
commit
8b3b27b4c5
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue