Index: openacs-4/packages/edit-this-page/tcl/etp-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/tcl/etp-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/edit-this-page/tcl/etp-procs.tcl 3 Dec 2001 18:33:37 -0000 1.6 +++ openacs-4/packages/edit-this-page/tcl/etp-procs.tcl 10 Dec 2001 18:06:28 -0000 1.7 @@ -615,7 +615,6 @@ if { ![empty_string_p $attr_desc] } { ns_log Notice "adding it" set lookup_sql [etp::get_attribute_lookup_sql $attr_desc] - ns_log Error "LU: $lookup_sql" append columns ",\n $lookup_sql" } }