Index: openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl,v diff -u -N -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl 3 Dec 2005 01:51:26 -0000 1.7.2.3 +++ openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl 29 Mar 2006 01:26:44 -0000 1.7.2.4 @@ -53,7 +53,6 @@ # Creates the elements to show with ad_form foreach attribute $attribute_list { -ns_log Notice "Huh? attribute: $attribute" set element_mode "" set aditional_type "" @@ -105,7 +104,6 @@ } } set element [list [lindex $attribute 2]:text${aditional_type} [list label [lindex $attribute 3]] $aditional_elements $aditional_elements_2 $element_mode] -ns_log Notice "Huh? element: $element" lappend elements $element }