Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -62,7 +62,6 @@ |
63 | 63 | $this->displayResultsForDebug( $result ); |
64 | 64 | } |
65 | 65 | } else { |
66 | | - error_log("Not posted - showing for the first time"); |
67 | 66 | // Display form for the first time |
68 | 67 | $this->displayForm( $this->errors ); |
69 | 68 | } |
Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php |
— | — | @@ -1419,7 +1419,6 @@ |
1420 | 1420 | */ |
1421 | 1421 | function refreshGatewayValueFromSource( $val ){ |
1422 | 1422 | $refreshed = $this->dataObj->getVal( $val ); |
1423 | | - error_log( "Refreshed Value $val = " . print_r($refreshed, true) ); |
1424 | 1423 | $this->postdata[$val] = $refreshed; |
1425 | 1424 | $this->displaydata[$val] = $refreshed; |
1426 | 1425 | } |