Index: openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl 25 Sep 2006 13:13:31 -0000 1.17 +++ openacs-4/packages/imsld/tcl/imsld-condition-procs.tcl 25 Sep 2006 13:55:53 -0000 1.18 @@ -41,7 +41,6 @@ foreach ifNode $ifNodes { if {[imsld::expression::eval -run_id $run_id -expression [$ifNode childNodes]]} { foreach thenNode $thenNodes { - ns_log Notice "troncho: [$thenNode asXML]" imsld::statement::execute -run_id $run_id -statement [$thenNode childNodes] } } else { @@ -672,7 +671,7 @@ if { [string eq $class ""] } { # NOTE: according to the spec this attribute may be empty... what to do?? -d ns_log notice "imsld::statement::execute: class ref is empty" + ns_log notice "imsld::statement::execute: class ref is empty" continue } imsld::runtime::class::show_hide -class $class -run_id $run_id -title $title -with_control_p $with_control_p -action "hide"