Skip to content

Commit

Permalink
Removing solitary print command.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Sep 3, 2023
1 parent 972445b commit ca15890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aag/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def write(self, cmd: WeatherCommand, cmd_params: str = '', cmd_delim: str = '!',
The number of bytes written.
"""
full_cmd = f'{cmd.value}{cmd_params}{cmd_delim}'
print(f'Writing command {full_cmd!r}')
return self._sensor.write(full_cmd.encode())

def read(self, return_raw: bool = False, verbose: bool = False, *args, **kwargs) -> list:
Expand Down

0 comments on commit ca15890

Please sign in to comment.