Remove debugging output, which was in the wrong place.

This commit is contained in:
Andrew McMillan 2006-12-11 19:43:02 +13:00
parent 899afa3ee6
commit bc1ce6ba6a

View File

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