Disable the debug mode, leave extra debugging output available

This commit is contained in:
Andrew Ruthven 2021-09-18 23:22:57 +12:00
parent 19e69060b9
commit 1e5c1fd1f3
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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