Remove debug code

This commit is contained in:
Elara 2022-03-15 19:25:37 -07:00
parent cd68fbd7f3
commit 23e9195e70
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ func initWeather(dev *infinitime.Device) error {
go func() {
for {
fmt.Println("weather update")
// Attempt to get weather
data, err := getWeather(lat, lon)
if err != nil {