From: Mike Rylander Date: Mon, 26 Feb 2018 16:52:27 +0000 (-0500) Subject: LP#1744385: Remove debug timing display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5b311a2525e500e86f9cb60aaceb0cd414f6c821;p=evergreen%2Fpines.git LP#1744385: Remove debug timing display Signed-off-by: Mike Rylander Signed-off-by: Kathy Lussier Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index e753057077..d3aecaa0b0 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -39,7 +39,7 @@ use constant COOKIE_ANON_CACHE => 'anoncache'; use constant ANON_CACHE_MYLIST => 'mylist'; use constant ANON_CACHE_STAFF_SEARCH => 'staffsearch'; -use constant DEBUG_TIMING => 1; +use constant DEBUG_TIMING => 0; sub new { my($class, $apache, $ctx) = @_;