Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -N -r1.93.2.26 -r1.93.2.27 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 11 Aug 2020 20:44:38 -0000 1.93.2.26 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 9 Oct 2020 17:34:28 -0000 1.93.2.27 @@ -451,20 +451,6 @@ } } - if {[::acs::icanuse "ns_ictl trace idle"]} { - # - # In case the server has way to many connection threads defined, - # broadcast messages might pile up. In these situations, the idle - # callback provides a means to keep these idle connection threads - # up to date. - # - ns_ictl trace idle { - ns_log notice =====IDLE=====START - ::xo::broadcast receive - ns_log notice =====IDLE=====END - } - } - # # Register::xo::at_delete function only once #