Browse Source

remove logging

andre 3 months ago
parent
commit
fa0ae69338
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Cron/BackupRemove.php

+ 1 - 1
app/Cron/BackupRemove.php

@@ -126,7 +126,7 @@ class BackupRemove extends Command
         }
         $whmcsParams = di('whmcsParams');
         $whmcsParams->setParams($params);
-        unset($this->vm, $this->api, $this->configuration, $this->productId);
+        unset($this->vm, $this->api, $this->configuration);
         $storage        = $this->configuration()->getBackupStorage() ? $this->configuration()->getBackupStorage() : 'local';
         $fileRepository = new FileRepository();
         $fileRepository->setApi($this->api());