From: Laury GvR Date: Wed, 28 Mar 2018 19:27:36 +0000 (-0400) Subject: Commenting echo indicating that we are 'NOT PURGING YET' X-Git-Tag: v1.0.0^2~35 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=217672487274d892d241e1a6bb0fc186e12e089d;p=WP-Plugins%2Fglm-member-db-registrations.git Commenting echo indicating that we are 'NOT PURGING YET' --- diff --git a/classes/regCartSupport.php b/classes/regCartSupport.php index 2bbe205..9430fdd 100644 --- a/classes/regCartSupport.php +++ b/classes/regCartSupport.php @@ -1610,7 +1610,7 @@ class GlmRegCartSupport */ public function purgeOldData() { -echo "NOT PURGING YET"; +//echo "NOT PURGING YET"; return; // Not ready for use yet $RegRequest = new GlmDataRegistrationsRegRequest($this->wpdb, $this->config);