Index: openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl,v diff -u -r1.41 -r1.42 --- openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 25 Jun 2018 14:57:58 -0000 1.41 +++ openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.tcl 25 Jun 2018 14:59:07 -0000 1.42 @@ -313,17 +313,6 @@ # Some of this code will go away, when abstract cache management # will be introduced. # - try { - ns_cache_flush permission_cache NOTHING - } on error {errorMsg} { - ns_log notice "acs-tcl: creating permission cache" - ns_cache_create \ - -expires [parameter::get -package_id [ad_acs_kernel_id] \ - -parameter PermissionCacheTimeout \ - -default 300] \ - permission_cache 100000 - } - # # run permission call or get permission from cache #