r100790 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100789‎ | r100790 | r100791 >
Date:04:58, 26 October 2011
Author:khorn
Status:ok
Tags:fundraising 
Comment:
Killing a couple error_log statements I missed in r100133 and r100777
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -62,7 +62,6 @@
6363 $this->displayResultsForDebug( $result );
6464 }
6565 } else {
66 - error_log("Not posted - showing for the first time");
6766 // Display form for the first time
6867 $this->displayForm( $this->errors );
6968 }
Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php
@@ -1419,7 +1419,6 @@
14201420 */
14211421 function refreshGatewayValueFromSource( $val ){
14221422 $refreshed = $this->dataObj->getVal( $val );
1423 - error_log( "Refreshed Value $val = " . print_r($refreshed, true) );
14241423 $this->postdata[$val] = $refreshed;
14251424 $this->displaydata[$val] = $refreshed;
14261425 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100133Merging the fundraising branch of DonationInterface back into trunk....khorn17:44, 18 October 2011
r100777This commit addresses a couple issues in DonationInterface that turned out to...khorn03:01, 26 October 2011

Status & tagging log