Skip to content

Commit

Permalink
Removing console.log from calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrabinovich committed Jul 27, 2011
1 parent 7e53344 commit 6e847ed
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion build/calendar-base/calendar-base-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ Y.CalendarBase = Y.extend( CalendarBase, Y.Widget, {
*/
_afterDateChange : function () {

console.log("Firing afterDateChange");
var contentBox = this.get('contentBox'),
headerCell = contentBox.one("." + CAL_HD).one("h4"),
calendarPanes = contentBox.all("." + CAL_GRID),
Expand Down
Loading

0 comments on commit 6e847ed

Please sign in to comment.