Disable QT_CLDR_ZONE_DEBUG by default

Amends commit dea91dbb5053891480daa27ecdeb5a469f9e2266 to disable the
debug that I should have turned off before unleashing this on the
world.

Change-Id: I0bc7d9dad892b6cad6c37b5a358d985aa784332e
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Edward Welbourne 2024-08-30 11:32:14 +02:00
parent 5a1520f8ad
commit 3b5b97eab8

View File

@ -27,9 +27,9 @@
QT_REQUIRE_CONFIG(timezone);
QT_REQUIRE_CONFIG(timezone_locale);
// #define QT_CLDR_ZONE_DEBUG
QT_BEGIN_NAMESPACE
#define QT_CLDR_ZONE_DEBUG
namespace QtTimeZoneLocale {
#if QT_CONFIG(icu)