Index: openacs-4/packages/xotcl-core/tcl/04-library-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/04-library-procs.tcl,v diff -u -N -r1.3.8.2 -r1.3.8.3 --- openacs-4/packages/xotcl-core/tcl/04-library-procs.tcl 21 Feb 2017 10:26:54 -0000 1.3.8.2 +++ openacs-4/packages/xotcl-core/tcl/04-library-procs.tcl 21 Feb 2017 10:28:03 -0000 1.3.8.3 @@ -104,9 +104,7 @@ #my log "--check nsv_exists $vn $dirname/$myfile [nsv_exists $vn $dirname/$myfile]" if {[nsv_exists $vn $dirname/$myfile]} { foreach file [nsv_get $vn $dirname/$myfile] { - #my log "--sourcing dependent $dirname/$file" - #apm_source $dirname/$file - #my log "--sourcing dependent $file" + my log "--sourcing dependent $file" apm_source $file } }