mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Disable the debug mode, leave extra debugging output available
This commit is contained in:
parent
19e69060b9
commit
1e5c1fd1f3
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user