From fc06b440ad0539611facb6d18edabb8f0b4b854a Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 7 Sep 2020 13:28:55 -0400 Subject: [PATCH] remove debug --- web/skins/classic/includes/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 20892f22e..e19e2af8d 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -380,10 +380,9 @@ function getDbConHTML() { // Returns an html dropdown showing capacity of all storage areas function getStorageHTML() { - $result=''; + $result = ''; $func = function($S) { - ZM\Logger::Debug("disk_usage for " . $S->Name()); $class = ''; if ( $S->disk_usage_percent() > 98 ) { $class = 'text-danger';