From 507fd64f791132958e1dbd87f4f7eaaa030627f1 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Tue, 26 Jun 2007 20:45:42 +0200 Subject: removed debug output darcs-hash:20070626184542-d6583-a09c3bf96e46082e861be9cb8c119ad15cbfbda2.gz --- Monitors/Weather.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitors/Weather.hs b/Monitors/Weather.hs index 659c4ea..994227e 100644 --- a/Monitors/Weather.hs +++ b/Monitors/Weather.hs @@ -36,7 +36,7 @@ data WeatherInfo = Fail String } instance Show WeatherInfo where - show (Fail x) = "N/A " ++ x + show (Fail _) = "N/A" show (WI st t temp rh) = st ++ ": " ++ (formatWeather temp) ++ "C, rh " ++ formatWeather rh ++ "% (" ++ t ++ ")" -- cgit v1.2.3