From bd0f6d057f21eea1289ff8b451e1f5c200ccd4cc Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 17 Oct 2017 13:27:18 -0400 Subject: [PATCH] Removed more legacy debug window code. --- controllers/admin.php | 9 --------- 1 file changed, 9 deletions(-) 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(); -- 2.17.1