From de4e220af4975bc643573fa17d28cc455ac1db04 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 12 Apr 2018 09:43:54 -0400 Subject: [PATCH] Removed one test line from time/memory profiling code in controller. --- controllers/front.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/controllers/front.php b/controllers/front.php index 3969d745..165648b0 100644 --- 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); -- 2.17.1