Remove extra debug spew. no bug

This commit is contained in:
jminta%gmail.com 2006-08-01 16:46:29 +00:00
Родитель fc0743f18b
Коммит f3f79df86d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,6 @@ function addCalendarToTree(aCalendar)
if (!gCachedStyleSheet) {
gCachedStyleSheet = getStyleSheet("chrome://calendar/content/calendar-view-bindings.css");
}
alert("1"+gCachedStyleSheet);
updateStyleSheetForObject(aCalendar, gCachedStyleSheet);
}