From: Chuck Scott Date: Tue, 17 Oct 2017 17:27:18 +0000 (-0400) Subject: Removed more legacy debug window code. X-Git-Tag: v2.10.23^2~40 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bd0f6d057f21eea1289ff8b451e1f5c200ccd4cc;p=WP-Plugins%2Fglm-member-db.git Removed more legacy debug window code. --- diff --git a/controllers/admin.php b/controllers/admin.php index 7c347405..9d023fcb 100644 --- a/controllers/admin.php +++ b/controllers/admin.php @@ -368,15 +368,6 @@ class glmMembersAdmin extends GlmPluginSupport // Generate output from model data and view $smarty->template->display($viewFile); - // If debug is requested, create debug window - if (GLM_MEMBERS_PLUGIN_ADMIN_DEBUG) { - echo " - - "; - } - exit; // Need to test if this is here for a reason! wp_die();