mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
demote stack trace to regular debug logging (cf. #42)
This code produced a stack trace every time an attendee deleted an event from his calendar. It is not clear what bug this was meant to shed light on.
This commit is contained in:
parent
fd5e7450f2
commit
144a938923
@ -1458,7 +1458,7 @@ EOQRY;
|
||||
|
||||
case 'dav-data':
|
||||
if ( !isset($this->resource) ) $this->FetchResource();
|
||||
trace_bug("Exists ".($this->exists?"true":"false"));
|
||||
dbg_error_log( 'DAVResource', ':GetProperty: dav-data: fetched resource does%s exist.', ($this->exists?'':' not') );
|
||||
return $this->resource->caldav_data;
|
||||
break;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user