OSDN Git Service

Removed commented out debug code.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 2 Oct 2009 15:34:12 +0000 (15:34 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Fri, 2 Oct 2009 15:34:12 +0000 (15:34 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@19 60bc1c72-a15a-11de-b98f-4500b42dc123

libexfat/utils.c

index 6abdd58..b078c8c 100644 (file)
@@ -144,12 +144,6 @@ time_t exfat_exfat2unix(le16_t date, le16_t time)
        edate.raw = le16_to_cpu(date);
        etime.raw = le16_to_cpu(time);
 
-       /*
-       exfat_debug("%hu-%02hu-%02hu %hu:%02hu:%02hu",
-                       edate.year + 1980, edate.month, edate.day,
-                       etime.hour, etime.min, etime.twosec * 2);
-       */
-
        if (edate.day == 0 || edate.month == 0 || edate.month > 12)
        {
                exfat_error("bad date %hu-%02hu-%02hu",