From: Galen Charlton Date: Tue, 5 May 2015 15:48:47 +0000 (+0000) Subject: remove TODO that no longer applies to current integration branch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fgmcharlt%2Fin-memory-TT-caching;p=working%2FEvergreen.git remove TODO that no longer applies to current integration branch Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm index c95278d652..8b3fcbfb73 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm @@ -66,7 +66,6 @@ sub handler_guts { $processor_key .= $r->dir_config('OILSWebContextLoader').':'; # ... and context loader $processor_key .= $ctx->{locale}; # ... and locale # NOTE: context loader and vhost together imply template path and debug template values - # TODO: maybe add STAT_TTL and cache dir from LP#1449709? my $tt = $vhost_processor_cache{$processor_key} || Template->new({ ENCODING => 'utf-8',