[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: remove debugging code (580b6d2)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:10:52 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
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