Removed debug output

This commit is contained in:
Renkas 2014-01-14 14:30:42 +02:00
parent 69694e7a13
commit 03c0a3f7d0
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ class WC_Shipping_Flat_Rate extends WC_Shipping_Method {
break;
case 'order' :
// Factor $this_cost by the percentage if provided.
var_dump($this_cost_percents);
if ( $this_cost_percents ) {
if ($this_cost_mathop == '+') {
$this_cost += $this_cost_percents * $package['contents_cost'];