Index: openacs-4/packages/cms/tcl/clipboard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/clipboard-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cms/tcl/clipboard-procs.tcl 20 Aug 2001 04:35:41 -0000 1.2 +++ openacs-4/packages/cms/tcl/clipboard-procs.tcl 1 Nov 2003 08:45:38 -0000 1.3 @@ -15,15 +15,15 @@ } { set clipboard_cookie [template::util::get_cookie content_marks] - ns_log notice $clipboard_cookie + ns_log debug "clipboard::parse_cookie: cookie $clipboard_cookie" set clip [ns_set create] set mount_branches [split $clipboard_cookie "|"] set mount_points [list] set total_items 0 foreach branch $mount_branches { if { [regexp {([a-zA-Z0-9]+):(.*)} $branch match mount_point items] } { - ns_log notice "CLIP: $branch" + ns_log debug "clipboard::parse_cookie: branch: $branch" set items_list [split $items ","] set items_size [llength $items_list] incr total_items $items_size