Turn off debug

This commit is contained in:
Isaac Connor 2018-01-18 12:39:39 -08:00
parent 0f3cf33565
commit 3abd873c34
1 changed files with 1 additions and 1 deletions

View File

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