Browse Source

remove logging

andre 1 year ago
parent
commit
73bbf08908
1 changed files with 0 additions and 9 deletions
  1. 0 9
      core/App/Controllers/Router.php

+ 0 - 9
core/App/Controllers/Router.php

@@ -95,15 +95,6 @@ class Router
 
         if (!is_callable([$this->controllerClass, $this->controllerMethod], true))
         {
-
-            logModuleCall(
-                'ProxmoxVps',
-                __FUNCTION__,
-                $this->controllerClass,
-                'debug1',
-                $this->controllerMethod
-            );
-
             return false;
         }