Removed extra error handler calls

This commit is contained in:
Rich Morgan 2014-05-16 01:27:49 -04:00
parent 58e1854a5d
commit 6d90c9784c
1 changed files with 0 additions and 2 deletions

View File

@ -310,8 +310,6 @@ class Bitpay_Bitcoins_Model_PaymentMethod extends Mage_Payment_Model_Method_Abst
$hash = base64_encode(hash_hmac('sha256', $description, $quoteId));
$hash = substr($hash, 0, 30); // fit it in posData maxlen
Mage::log("quote $quoteId descr $description hash $hash", NULL, 'bitpay.log');
return $hash;
}