Browse Source

try to tweek sidebar

andre 4 years ago
parent
commit
5412100b9d
1 changed files with 0 additions and 9 deletions
  1. 0 9
      core/UI/Widget/Sidebar/SidebarTrait.php

+ 0 - 9
core/UI/Widget/Sidebar/SidebarTrait.php

@@ -48,15 +48,6 @@ trait SidebarTrait
     }
     
     public function getChild($id){
-
-        logModuleCall(
-            'proxmoxCloud',
-            __FUNCTION__,
-            $this,
-            'Debug',
-            $id
-        );
-
         if(!isset($this->children[$id])){
             throw new \Exception(sprintf("Sidebar %s does not exist", $id));
         }