Update to remove debug stuff
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 30 Aug 2016 16:37:51 +0000 (12:37 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 30 Aug 2016 16:38:02 +0000 (12:38 -0400)
remove for real testing

models/admin/ajax/eventsCalMonthAJAX.php

index ad3bf47..8c2fdaf 100644 (file)
@@ -130,11 +130,6 @@ class GlmMembersAdmin_ajax_eventsCalMonthAJAX extends GlmDataEventsTimes
         $from = date('Y-m-d', strtotime($start));
         $to   = date('Y-m-d', strtotime($last));
 
-        echo '<pre>$from: ' . print_r( $from, true ) . '</pre>';
-        echo '<pre>$to: ' . print_r( $to, true ) . '</pre>';
-        echo '<pre>$month: ' . print_r( $month, true ) . '</pre>';
-        exit;
-
         $this->dateRange = "start_time BETWEEN CAST('{$from}' AS DATE) AND CAST('{$to}' as DATE)";
         $this->dateRange = "id IN (
             SELECT id