@@ -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));