Explorar o código

remove logging

andre hai 3 meses
pai
achega
1893652014
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      v2/models/BackupSchedule.php

+ 0 - 9
v2/models/BackupSchedule.php

@@ -245,15 +245,6 @@ class BackupSchedule extends AbstractObject
     {
     {
 
 
         $data = $this->fill();
         $data = $this->fill();
-
-           logModuleCall(
-                'ProxmoxCloudVps',
-                __FUNCTION__,
-                $this->getId(),
-                'Debug',
-                $data
-            );
-
         return $this->api()->put("/cluster/backup/" . $this->getId(), $data);
         return $this->api()->put("/cluster/backup/" . $this->getId(), $data);
     }
     }