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:
Florian Schlichting 2016-01-08 13:35:51 +01:00
parent fd5e7450f2
commit 144a938923

View File

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