From 217672487274d892d241e1a6bb0fc186e12e089d Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 28 Mar 2018 15:27:36 -0400 Subject: [PATCH] Commenting echo indicating that we are 'NOT PURGING YET' --- classes/regCartSupport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.17.1