Removed obsolete log message.
authorArmin Novak <armin.novak@thincast.com>
Wed, 2 Mar 2016 08:16:59 +0000 (09:16 +0100)
committerArmin Novak <armin.novak@thincast.com>
Wed, 2 Mar 2016 08:16:59 +0000 (09:16 +0100)
winpr/libwinpr/timezone/timezone.c

index 79cb6f3..abda1e6 100644 (file)
@@ -1711,8 +1711,6 @@ DWORD GetTimeZoneInformation(LPTIME_ZONE_INFORMATION lpTimeZoneInformation)
 #else
        tz->Bias = 0;
 #endif
-       WLog_DBG(TAG, "tzname[std]: %s, tzname[dst]: %s, timezone: %ld, Daylight: %d",
-                          tzname[0], tzname[1], timezone, daylight);
 
        dtz = winpr_detect_windows_time_zone(tz->Bias);