mirror of https://github.com/mikaku/Monitorix.git
removed a forgotten debug line
This commit is contained in:
parent
421b7d1c08
commit
6871a49f07
|
@ -207,7 +207,6 @@ sub disk_update {
|
|||
$d = abs_path(dirname($d) . "/" . readlink($d));
|
||||
chomp($d);
|
||||
}
|
||||
logger("d = '$d'");
|
||||
|
||||
open(IN, "smartctl -A $d |");
|
||||
while(<IN>) {
|
||||
|
|
Loading…
Reference in New Issue