Skip to content

Commit

Permalink
Merge branch 'hotfix/Sagepay_direct_cron' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-wm committed Mar 12, 2015
2 parents 683b0b5 + 467e2a0 commit 8a0fb9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions upload/catalog/controller/payment/sagepay_direct.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,6 @@ public function cron() {
$this->model_payment_sagepay_direct->updateCronJobRunTime();

$this->model_payment_sagepay_direct->logger('Repeat Orders: ' . print_r($orders, 1));

echo '<pre>';
print_r($orders);
echo '</pre>';
die();
}
}
}

0 comments on commit 8a0fb9e

Please sign in to comment.