Remove trigger error
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Aug 2018 17:19:52 +0000 (13:19 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Aug 2018 17:19:52 +0000 (13:19 -0400)
quite this plugin.

models/admin/ajax/relay.php

index df95482..e7397a0 100644 (file)
@@ -80,7 +80,7 @@ class GlmMembersAdmin_ajax_relay extends GlmDataMessages
         $messages = array();
 
         $option = isset($_REQUEST['option']) ? filter_var( $_REQUEST['option'], FILTER_SANITIZE_STRING ) : '';
-        trigger_error( print_r( $_REQUEST, E_USER_NOTICE ) );
+        // trigger_error( print_r( $_REQUEST, E_USER_NOTICE ) );
 
         switch ( $option ) {