OSDN Git Service

Remove commented out debug code.
authorrelan <relan@users.noreply.github.com>
Fri, 2 Oct 2009 15:34:12 +0000 (15:34 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:10 +0000 (08:26 +0300)
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",