Index: openacs-4/packages/workflow/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/implementation-procs.tcl,v diff -u -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/workflow/tcl/implementation-procs.tcl 7 Mar 2003 12:23:25 -0000 1.3.2.1 +++ openacs-4/packages/workflow/tcl/implementation-procs.tcl 22 Apr 2003 13:33:29 -0000 1.3.2.2 @@ -115,7 +115,6 @@ } { Return a subquery for all registered users. } { - ns_log Notice "LARS: getsubquery returning [db_map cc_users]" return [db_map cc_users] }