removed testing msg

master
simonkellet 2 years ago
parent da18d9629d
commit 38a2b51ea5
  1. 2
      weather.go

@ -108,8 +108,6 @@ func printWeather(data WeatherAPI) {
str_sunrise := time.Unix(weatherData.Sys.Sunrise, 0)
//str_wind_speed := weatherData.Wind.Speed
boldWhite.Printf("⚙TESTING⚙\n")
boldWhite.Printf("📍Location: ")
fmt.Printf("%v, %v\n", str_loc, str_code)

Loading…
Cancel
Save