Index: openacs-4/packages/xotcl-core/tcl/05-doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/Attic/05-doc-procs.tcl,v diff -u -r1.6 -r1.6.2.1 --- openacs-4/packages/xotcl-core/tcl/05-doc-procs.tcl 30 Mar 2006 00:35:19 -0000 1.6 +++ openacs-4/packages/xotcl-core/tcl/05-doc-procs.tcl 11 Dec 2006 20:13:50 -0000 1.6.2.1 @@ -11,8 +11,6 @@ @cvs-id $Id$ } -package require xotcl::serializer 0.8 - # Per default, the content of the ::xotcl:: namespace is not serialized; # so we add the specified methods explizitely to the export list ::Serializer exportMethods { @@ -200,8 +198,8 @@ if {![nsv_exists api_proc_doc $proc_index]} { nsv_lappend api_proc_doc_scripts $doc_elements(script) $proc_index } - my log "doc_elements=[array get doc_elements]" - my log "SETTING api_proc_doc '$proc_index'" + #my log "doc_elements=[array get doc_elements]" + #my log "SETTING api_proc_doc '$proc_index'" nsv_set api_proc_doc $proc_index [array get doc_elements] }