LP#1744385: Remove debug timing display
authorMike Rylander <mrylander@gmail.com>
Mon, 26 Feb 2018 16:52:27 +0000 (11:52 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 28 Feb 2018 21:19:53 +0000 (16:19 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm

index e753057..d3aecaa 100644 (file)
@@ -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) = @_;