Skip to content

Commit b6cd34c

Browse files
committed
Less verbose
1 parent 39e0e3f commit b6cd34c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/panoptes/pocs/utils/service/power.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def record_readings():
4545
while True:
4646
time.sleep(record_interval)
4747
power_board.record(collection_name='power')
48-
power_board.logger.debug('Recorded power reading')
4948

5049
# Create a thread to record the readings at an interval.
5150
power_thread = Thread(target=record_readings)

src/panoptes/pocs/utils/service/weather.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def record_readings():
5555
while True:
5656
time.sleep(record_interval)
5757
weather_station.record()
58-
weather_station.logger.debug('Recorded weather reading')
5958

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

0 commit comments

Comments
 (0)