Remove debug code

This commit is contained in:
Elara 2022-03-15 19:25:37 -07:00
parent 5b87af872f
commit 68aad1c0ed
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 {