projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf4636
)
Removed one test line from time/memory profiling code in controller.
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 12 Apr 2018 13:43:54 +0000
(09:43 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 12 Apr 2018 13:43:54 +0000
(09:43 -0400)
controllers/front.php
patch
|
blob
|
history
diff --git
a/controllers/front.php
b/controllers/front.php
index
3969d74
..
165648b
100644
(file)
--- a/
controllers/front.php
+++ b/
controllers/front.php
@@
-290,9
+290,6
@@
class glmMembersFront extends GlmPluginSupport
$oldErrorLogSetting = error_reporting();
error_reporting(E_ALL);
- ini_set("error_reporting", 1);
-
-
// Report current memory
trigger_error(glmAssociateMemoryUsage(),E_USER_NOTICE);