projects
/
working
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
LP#1744385: Remove debug timing display
[working/Evergreen.git]
/
Open-ILS
/
src
/
perlmods
/
lib
/
OpenILS
/
WWW
/
EGCatLoader.pm
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
index
e753057
..
d3aecaa
100644
(file)
--- 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) = @_;