From dc5c4751067c35270cdc1a60972cd2cd94945c40 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 13 Mar 2010 00:34:10 +1300 Subject: [PATCH] Revert accidentally committed debugging. --- inc/caldav-REPORT.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/caldav-REPORT.php b/inc/caldav-REPORT.php index 49748435..b6c83c7a 100644 --- a/inc/caldav-REPORT.php +++ b/inc/caldav-REPORT.php @@ -154,7 +154,6 @@ if ( class_exists('RepeatRule') ) { } if ( !isset($dtstart) ) { $tzid = $comp->GetPParamValue('DTSTART', 'TZID'); - print( $tzid . "\n"); $dtstart = new RepeatRuleDateTime( $comp->GetPValue('DTSTART'), $tzid ); $instances[$dtstart->UTC()] = $comp; } @@ -162,7 +161,6 @@ if ( class_exists('RepeatRule') ) { if ( isset($p) && $p != '' ) { $range = $comp->GetPParamValue('RECURRENCE-ID', 'RANGE'); $recur_tzid = $comp->GetPParamValue('RECURRENCE-ID', 'TZID'); - print( __LINE__ . ' - ' .$recur_tzid . "\n"); $recur_utc = new RepeatRuleDateTime($p,$recur_tzid); $recur_utc = $recur_utc->UTC(); if ( isset($range) && $range == 'THISANDFUTURE' ) {