Browse Source

remove debug logging

andre 1 year ago
parent
commit
fa5610b957
1 changed files with 0 additions and 9 deletions
  1. 0 9
      core/Queue/Manager.php

+ 0 - 9
core/Queue/Manager.php

@@ -61,15 +61,6 @@ class Manager
      */
      */
     protected function resolveAndFire($job, $data)
     protected function resolveAndFire($job, $data)
     {
     {
-        
-        logModuleCall(
-            'ProxmoxVps',
-            __FUNCTION__,
-            $job,
-            'debug',
-            unserialize($data)
-        );
-        
         list($class, $method)   = $this->parseJob($job);
         list($class, $method)   = $this->parseJob($job);
         $instance               = $this->resolve($class);
         $instance               = $this->resolve($class);