Remove extra debug spew. no bug

git-svn-id: svn://10.0.0.236/trunk@206303 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jminta%gmail.com
2006-08-01 16:46:38 +00:00
parent e312a4ce0e
commit e4ab2cc71a

View File

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