removed a forgotten debug line

This commit is contained in:
Jordi Sanfeliu 2014-03-18 08:46:11 +01:00
parent 421b7d1c08
commit 6871a49f07
1 changed files with 0 additions and 1 deletions

View File

@ -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>) {