Skip to content

Commit

Permalink
Remove initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
drewclauson committed Jun 9, 2021
1 parent 8762d20 commit ecca638
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions axis/vapix.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ async def initialize_param_cgi(self, preload_data: bool = True) -> None:
if not self.light_control and self.params.light_control:
await self._initialize_api_attribute(LightControl, "light_control")

if not self.door_control and self.params.door_control:
await self._initialize_api_attribute(DoorControl, "door_control")

if not self.ports:
self.ports = Ports(self.params, self.request)

Expand Down

0 comments on commit ecca638

Please sign in to comment.