diff --git a/web/includes/Storage.php b/web/includes/Storage.php index 48550d78e..38ba83bf9 100644 --- a/web/includes/Storage.php +++ b/web/includes/Storage.php @@ -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() {