Skip to content

Commit

Permalink
Less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed May 24, 2024
1 parent 39e0e3f commit b6cd34c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/panoptes/pocs/utils/service/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def record_readings():
while True:
time.sleep(record_interval)
power_board.record(collection_name='power')
power_board.logger.debug('Recorded power reading')

# Create a thread to record the readings at an interval.
power_thread = Thread(target=record_readings)
Expand Down
1 change: 0 additions & 1 deletion src/panoptes/pocs/utils/service/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def record_readings():
while True:
time.sleep(record_interval)
weather_station.record()
weather_station.logger.debug('Recorded weather reading')

# Create a thread to record the readings at an interval
weather_thread = Thread(target=record_readings)
Expand Down

0 comments on commit b6cd34c

Please sign in to comment.