andre 4 месяцев назад
Родитель
Сommit
4792db7294
1 измененных файлов с 0 добавлено и 9 удалено
  1. 0 9
      core/Queue/Manager.php

+ 0 - 9
core/Queue/Manager.php

@@ -64,15 +64,6 @@ class Manager
         list($class, $method)   = $this->parseJob($job);
         $instance               = $this->resolve($class);
 
-            logModuleCall(
-                'ProxmoxAddon',
-                __FUNCTION__,
-                [$instance, $method],
-                'debug1',
-                unserialize($data)
-            );
-  
-
         return call_user_func_array([$instance, $method], [unserialize($data)]);
     }