station_profile.py removed ERROR for stations list being empty when cleaning

up, it is informational.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-12-23 07:44:40 -07:00
committed by shivam
parent 51759446b6
commit 96e85056a6

View File

@@ -369,7 +369,7 @@ class StationProfile:
desired_stations = self.station_names
if len(desired_stations) < 1:
print("ERROR: StationProfile cleanup, list is empty")
print("INFO: StationProfile cleanup, list is empty")
return
# First, request remove on the list.