From: Laury GvR Date: Fri, 12 Jul 2019 17:53:20 +0000 (-0400) Subject: Remove test line for events summary retrieval X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a267bc4f68ee1f76578632bf3c225d6b431415dd;p=WP-Plugins%2Fglm-member-db-rest-api.git Remove test line for events summary retrieval --- diff --git a/setup/routes/dashboard.php b/setup/routes/dashboard.php index a520e6e..dd36638 100644 --- a/setup/routes/dashboard.php +++ b/setup/routes/dashboard.php @@ -96,13 +96,6 @@ class GLMA_Dashboard_Rest_Controller } if ( defined("GLM_MEMBERS_EVENTS_PLUGIN_PATH") ) { $events = $this->get_events_summary(); - - $sql = - "SELECT * - FROM ".GLM_MEMBERS_EVENTS_PLUGIN_DB_PREFIX."events"; - - $events = $this->wpdb->get_results( $sql ); - $summary[] = $events; } if ( defined("GLM_MEMBERS_COUPONS_PLUGIN_PATH") ) {