Turn off debug
This commit is contained in:
parent
0f3cf33565
commit
3abd873c34
|
@ -120,7 +120,7 @@ public static function find_all( $parameters = null, $options = null ) {
|
|||
}
|
||||
$used = $this->disk_used_space();
|
||||
$usage = round( ($used / $total) * 100);
|
||||
Logger::Debug("Used $usage = round( ( $used / $total ) * 100 )");
|
||||
//Logger::Debug("Used $usage = round( ( $used / $total ) * 100 )");
|
||||
return $usage;
|
||||
}
|
||||
public function disk_total_space() {
|
||||
|
|
Loading…
Reference in New Issue