andre 4 жил өмнө
parent
commit
a7e6972d37

+ 0 - 9
app/UI/VmCreate/Validators/DiskSizeValidator.php

@@ -47,15 +47,6 @@ class DiskSizeValidator extends BaseValidator
         }
         }
 
 
         $this->minValue =  $diskResource->getMin();
         $this->minValue =  $diskResource->getMin();
-
-        logModuleCall(
-            'proxmoxCloud',
-            __FUNCTION__,
-            $resurceManager->disk()->free(),
-            'Debug',
-            $this->maxValue
-        );
-
         if(preg_match("/\./", $data)){
         if(preg_match("/\./", $data)){
             $this->addValidationError('PleaseProvideANumericValueBetween', false, ['minValue' => $this->minValue, 'maxValue' => $this->maxValue]);
             $this->addValidationError('PleaseProvideANumericValueBetween', false, ['minValue' => $this->minValue, 'maxValue' => $this->maxValue]);
             return false;
             return false;