Make recurrence debugging spew conditional on DEBUG_vlad, not just DEBUG. No bug

This commit is contained in:
dmose%mozilla.org 2005-09-20 22:27:08 +00:00
parent ca753f029b
commit d16fb10ce9

View File

@ -430,7 +430,7 @@ calRecurrenceRule::GetOccurrences(calIDateTime *aStartTime,
nsCOMArray<calIDateTime> dates;
#ifdef DEBUG
#ifdef DEBUG_vlad
{
char* ss = icalrecurrencetype_as_string(mIcalRecur);
nsCAutoString tst, tend;