[commit: packages/time] master: remove debugging code (580b6d2)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:56:35 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/580b6d2b0e3c6409b1592c508754460c079a3969
>---------------------------------------------------------------
commit 580b6d2b0e3c6409b1592c508754460c079a3969
Author: simonmar <simonmar at microsoft.com>
Date: Tue Jun 6 06:00:44 2006 -0700
remove debugging code
darcs-hash:20060606130044-3ed52-0c26fad63e2d0cde23c686bccd51205105b702a5
>---------------------------------------------------------------
580b6d2b0e3c6409b1592c508754460c079a3969
cbits/HsTime.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/cbits/HsTime.c b/cbits/HsTime.c
index 6fd8342..133fd6c 100644
--- a/cbits/HsTime.c
+++ b/cbits/HsTime.c
@@ -29,7 +29,6 @@ long int get_current_timezone_seconds (time_t t,int* pdst,char const* * pname)
# if mingw32_HOST_OS
name = dst ? _tzname[1] : _tzname[0];
- printf("dst: %d, tzname0: %s, tzname1: %s\n", dst, _tzname[0], _tzname[1]);
# elif HAVE_TZNAME
name = *tzname;
# else
More information about the ghc-commits
mailing list