From: Steve Sutton Date: Fri, 26 Jan 2018 22:04:05 +0000 (-0500) Subject: Remove print_r X-Git-Tag: v1.6.77^2~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=efa247fe0424ef67516c3cccd3236e719b270f5e;p=WP-Plugins%2Fglm-member-db-events.git Remove print_r remove debugging. --- diff --git a/models/front/events/list.php b/models/front/events/list.php index 925bd99..b07e108 100644 --- a/models/front/events/list.php +++ b/models/front/events/list.php @@ -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 '
$action: ' . print_r( $action, true ) . '
'; + // echo '
$action: ' . print_r( $action, true ) . '
'; switch ( $action ) { case 'front-page': $this->postAddRecurrences = true;