From dbcc19cba795311700dd61cec8cf28d36c080f45 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Sun, 23 Nov 2014 18:38:48 +0100
Subject: [PATCH] Remove debug code

---
 rules_shipping_base.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules_shipping_base.php b/rules_shipping_base.php
index 349e4c1..b0eb5b0 100644
--- a/rules_shipping_base.php
+++ b/rules_shipping_base.php
@@ -779,7 +779,6 @@ class plgVmShipmentRules_Shipping_Base extends vmPSPlugin {
 			// Calculate the prices from the individual products!
 			// Possible problems are discounts on the order total
 			foreach ($products as $product) {
-JFactory::getApplication()->enqueueMessage("<pre>Product: ".print_r($product,1)."</pre>", 'error');
 				$data['amount']                 += $product->allPrices[$product->selectedPrice]['salesPrice'];
 				$data['amountwithtax']          += $product->allPrices[$product->selectedPrice]['salesPrice'];
 				$data['amountwithouttax']       += $product->allPrices[$product->selectedPrice]['priceWithoutTax'];
-- 
GitLab