From 1e5c1fd1f3f2e770f1e61b0d5dfdddd0c9518bec Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 18 Sep 2021 23:22:57 +1200 Subject: [PATCH] Disable the debug mode, leave extra debugging output available --- .gitlab-ci.yml | 1 - inc/RRule.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c189324b..d1ac7fe7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ test: when: always script: - - date - apt-get -y update - bash -c 'mkdir -p /usr/share/man/man{0..10}' - apt-get -y install locales diff --git a/inc/RRule.php b/inc/RRule.php index 5462fe03..2bde986e 100644 --- a/inc/RRule.php +++ b/inc/RRule.php @@ -30,8 +30,8 @@ function olson_from_vtimezone( vComponent $vtz ) { return null; } -define( 'DEBUG_RRULE', true); -// define( 'DEBUG_RRULE', false ); +// define( 'DEBUG_RRULE', true); +define( 'DEBUG_RRULE', false ); /** * Wrap the DateTimeZone class to allow parsing some iCalendar TZID strangenesses