From bc1ce6ba6a267863795cb2968288e5659268aedf Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 11 Dec 2006 19:43:02 +1300 Subject: [PATCH] Remove debugging output, which was in the wrong place. --- inc/CalDAVRequest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index d728743c..8d952316 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -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();