remove debug

pull/3038/head
Isaac Connor 2020-09-07 13:28:55 -04:00
parent eadd9dd4f4
commit fc06b440ad
1 changed files with 1 additions and 2 deletions

View File

@ -383,7 +383,6 @@ function getStorageHTML() {
$result = '';
$func = function($S) {
ZM\Logger::Debug("disk_usage for " . $S->Name());
$class = '';
if ( $S->disk_usage_percent() > 98 ) {
$class = 'text-danger';