mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-21 17:06:22 +00:00
Remove debugging output, which was in the wrong place.
This commit is contained in:
parent
899afa3ee6
commit
bc1ce6ba6a
@ -151,7 +151,6 @@ class CalDAVRequest
|
||||
* If the content we are receiving is XML then we parse it here. RFC2518 says we
|
||||
* should reasonably expect to see either text/xml or application/xml
|
||||
*/
|
||||
dbg_log_array( "caldav", '_SERVER', $_SERVER, true );
|
||||
if ( preg_match( '#(application|text)/xml#', $_SERVER['CONTENT_TYPE'] ) ) {
|
||||
$xml_parser = xml_parser_create_ns('UTF-8');
|
||||
$this->xml_tags = array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user