Index: library/xotcl/library/xotcl2.tcl =================================================================== diff -u -N -r26f0d3504296fe87d72d28059f5235125d9e9642 -r6f72c600280cddbd136b01371d331f2e55149465 --- library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 26f0d3504296fe87d72d28059f5235125d9e9642) +++ library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 6f72c600280cddbd136b01371d331f2e55149465) @@ -555,7 +555,6 @@ if {$definition} { if {![info exists name]} {error "option -definition requires name of forwarding method to be specified" } set def [my ::nsf::methods::object::info::forward -definition $name] - puts stderr "==== foreward def=$def" return [::xotcl::info_forward_options $def] } else { return [my ::nsf::methods::class::info::forward {*}[self args]] @@ -623,7 +622,6 @@ if {$definition} { if {![info exists name]} {error "option -definition requires name of forwarding method to be specified" } set def [my ::nsf::methods::class::info::forward -definition $name] - puts stderr "==== def=$def" return [::xotcl::info_forward_options $def] } else { return [my ::nsf::methods::class::info::forward {*}[self args]]