Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 25 Feb 2006 13:36:23 -0000 1.21 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 27 Feb 2006 12:37:29 -0000 1.22 @@ -88,7 +88,6 @@ if {![db_0or1row check-xowiki-table \ "select tablename from pg_tables where tablename = 'xowiki_references'"]} { - ns_log notice "xowiki create" db_dml create-xowiki-table "create table xowiki_references( reference integer references cr_items(item_id) on delete cascade, link_type text,