소스 검색

try to tweek sidebar

andre 4 년 전
부모
커밋
5412100b9d
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  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));
         }