From: Chuck Scott Date: Thu, 12 Apr 2018 13:43:54 +0000 (-0400) Subject: Removed one test line from time/memory profiling code in controller. X-Git-Tag: v2.10.30^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=de4e220af4975bc643573fa17d28cc455ac1db04;p=WP-Plugins%2Fglm-member-db.git Removed one test line from time/memory profiling code in controller. --- 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);