Remove print_r
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 26 Jan 2018 22:04:05 +0000 (17:04 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 26 Jan 2018 22:04:05 +0000 (17:04 -0500)
remove debugging.

models/front/events/list.php

index 925bd99..b07e108 100644 (file)
@@ -362,7 +362,7 @@ class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction
         wp_enqueue_script('event-dashboard-js');
         wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css');
 
-       echo '<pre>$action: ' . print_r( $action, true ) . '</pre>';
+       // echo '<pre>$action: ' . print_r( $action, true ) . '</pre>';
         switch ( $action ) {
         case 'front-page':
             $this->postAddRecurrences = true;