Revert accidentally committed debugging.

This commit is contained in:
Andrew McMillan 2010-03-13 00:34:10 +13:00
parent 5ee5c1ff4a
commit dc5c475106

View File

@ -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' ) {