Get rid of print_r
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 8 Jun 2018 15:48:44 +0000 (11:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 8 Jun 2018 15:48:44 +0000 (11:48 -0400)
getting rid of debug

models/admin/travel/index.php

index a819b19..d098b38 100644 (file)
@@ -139,7 +139,7 @@ class GlmMembersAdmin_travel_index extends GlmDataTravelLeads
             }
         }
 
-        echo '<pre>$_SESSION: ' . print_r( $_SESSION, true ) . '</pre>';
+        // echo '<pre>$_SESSION: ' . print_r( $_SESSION, true ) . '</pre>';
         // If we have a back request then go through the PHP_SESSION
         // and extract them into the REQUEST array.
         if ( isset( $_REQUEST['back'] ) && filter_var( $_REQUEST['back'], FILTER_VALIDATE_BOOLEAN ) ) {