Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -N -r1.2.2.8 -r1.2.2.9 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 13 Apr 2015 17:50:28 -0000 1.2.2.8 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 13 Apr 2015 17:51:53 -0000 1.2.2.9 @@ -42,7 +42,6 @@ } else { error "invalid range '$range' specified (must be of form 'min..max')" } - ns_log notice "min $min max $max" } my initialize } @@ -74,7 +73,6 @@ return [list $is_required [join $result ,]] } repeatContainer instproc initialize {} { - my msg "initialize" ::xo::Page requireJS "/resources/xowiki/repeat.js" ::xo::Page requireJS "/resources/xowiki/jquery/jquery.min.js"