diff --git a/weather.go b/weather.go index c8e4a50..6b1e390 100644 --- a/weather.go +++ b/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)