projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744d1d3
)
Remove print_r
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 26 Jan 2018 22:04:05 +0000
(17:04 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 26 Jan 2018 22:04:05 +0000
(17:04 -0500)
remove debugging.
models/front/events/list.php
patch
|
blob
|
history
diff --git
a/models/front/events/list.php
b/models/front/events/list.php
index
925bd99
..
b07e108
100644
(file)
--- 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 '<pre>$action: ' . print_r( $action, true ) . '</pre>';
+
//
echo '<pre>$action: ' . print_r( $action, true ) . '</pre>';
switch ( $action ) {
case 'front-page':
$this->postAddRecurrences = true;