diff --git a/acy_subscribe_buyer.php b/acy_subscribe_buyer.php
index d2b412cc0a23a4edd6028bb255cd98f8360a19fe..5979b064c658ec42bbb7b113ecd1e58cc3e1eefd 100644
--- a/acy_subscribe_buyer.php
+++ b/acy_subscribe_buyer.php
@@ -251,7 +251,6 @@ class plgVmCustomAcy_subscribe_Buyer extends vmCustomPlugin {
 			$customs = $customModel->getproductCustomslist ($item->virtuemart_product_id);
 			foreach ($customs as $field) {
 				if ($field->custom_element != $this->_name) continue;
-print("<pre>Field : ".print_r($field,1)."<br>. this: ".print_r($this,1)."</pre>");
 				$subscribe = ($field->subscribe_buyers>=0)?($field->subscribe_buyers):($field->subscribe_buyers_default);
 				if (!$field->subscribe_buyers) continue;
 				// Add the user to the lists:
diff --git a/releases/plg_vmcustom_acy_subscribe_buyer_v1.0.zip b/releases/plg_vmcustom_acy_subscribe_buyer_v1.0.zip
index 2e4f93e332edaa3752abf47d7dd15290331676c3..a32c6e26816fdc944f5f784bb1eb96f3348c0d16 100644
Binary files a/releases/plg_vmcustom_acy_subscribe_buyer_v1.0.zip and b/releases/plg_vmcustom_acy_subscribe_buyer_v1.0.zip differ