Remove development calls to dpm(). #4

Merged
mattbk merged 1 commits from rm-dpm into master 2017-02-27 19:25:53 -06:00
Showing only changes of commit 02d2e9852d - Show all commits

View File

@ -577,10 +577,6 @@ function uc_stripe_charge($order_id, $amount, $data) {
$metadata = array("models" => implode(";", $models));
}
dpm($metadata,$name="metadata");
dpm($titles,$name="titles");
dpm($models,$name="models");
$params = array(
"amount" => $amount,
"currency" => strtolower($order->currency),