andre пре 3 месеци
родитељ
комит
3e72bf1a5e
1 измењених фајлова са 0 додато и 9 уклоњено
  1. 0 9
      app/Cron/BackupRemove.php

+ 0 - 9
app/Cron/BackupRemove.php

@@ -186,15 +186,6 @@ class BackupRemove extends Command
         $whmcsParams->setParams($params);
         $whmcsParams->setParams($params);
         unset($this->vm, $this->api, $this->configuration, $this->productId);
         unset($this->vm, $this->api, $this->configuration, $this->productId);
         $storage        = $this->configuration()->getBackupStorage() ? $this->configuration()->getBackupStorage() : 'local';
         $storage        = $this->configuration()->getBackupStorage() ? $this->configuration()->getBackupStorage() : 'local';
-
-                    logModuleCall(
-                        'ProxmoxCloudVps',
-                        __FUNCTION__,
-                        $this->configuration(),
-                        'Debug remove Backup Cron',
-                        $params
-                    );
-
         $fileRepository = new FileRepository();
         $fileRepository = new FileRepository();
         $fileRepository->setApi($this->api());
         $fileRepository->setApi($this->api());
         $fileRepository->findBackupByVmModel(VmModel::ofHostingId($params['serviceid'])->get())
         $fileRepository->findBackupByVmModel(VmModel::ofHostingId($params['serviceid'])->get())