Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v diff -u -r1.11.2.16 -r1.11.2.17 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 8 Aug 2020 08:08:20 -0000 1.11.2.16 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 29 Jul 2021 17:27:01 -0000 1.11.2.17 @@ -443,13 +443,8 @@ foreach field [[self]::__columns children] { if {[$field hide]} continue if {[$field istype HiddenField]} continue - if {![$field exists CSSclass]} { - # TODO: remove me when message does not show up - ns_log warning "CSSclass missing $field\n[$field serialize]" - $field set CSSclass "" - } set CSSclass [list "list" {*}[$field CSSclass]] - html::td [concat [list class $CSSclass] [$field html]] { + html::td [concat [list class $CSSclass] [$field html]] { $field render-data $line } }