From 38a2b51ea593f0308fa2b0f64c0e7030227473c5 Mon Sep 17 00:00:00 2001 From: simonkellet Date: Mon, 25 Jul 2022 13:02:10 +0100 Subject: [PATCH] removed testing msg --- weather.go | 2 -- 1 file changed, 2 deletions(-) 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)