From 5b311a2525e500e86f9cb60aaceb0cd414f6c821 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 26 Feb 2018 11:52:27 -0500 Subject: [PATCH 1/1] LP#1744385: Remove debug timing display Signed-off-by: Mike Rylander Signed-off-by: Kathy Lussier Signed-off-by: Dan Wells --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) = @_; -- 2.43.2