remove TODO that no longer applies to current integration branch collab/gmcharlt/in-memory-TT-caching
authorGalen Charlton <gmc@esilibrary.com>
Tue, 5 May 2015 15:48:47 +0000 (15:48 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 5 May 2015 15:48:47 +0000 (15:48 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm

index c95278d..8b3fcbf 100644 (file)
@@ -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',