Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl,v diff -u -N -r1.35 -r1.36 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 30 Nov 2002 17:18:03 -0000 1.35 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 19 Dec 2002 16:26:19 -0000 1.36 @@ -252,7 +252,6 @@ for {set hour $start_hour} {$hour <= $end_hour} {incr hour} { if {$max_n_events < $n_events($hour)} { set max_n_events $n_events($hour) - ns_log Notice "BMA-DEBUG-CAL: Setting max_n_events to $max_n_events" } }