mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Remove logging code
This commit is contained in:
parent
1cbeb9d436
commit
7071504034
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ try{
|
||||||
if($payment->User !== null && preg_match('/\b(L\.?L\.?C\.?|Foundation|President|Fund|Charitable)\b/ius', $payment->User->Name)){
|
if($payment->User !== null && preg_match('/\b(L\.?L\.?C\.?|Foundation|President|Fund|Charitable)\b/ius', $payment->User->Name)){
|
||||||
$payment->User = null;
|
$payment->User = null;
|
||||||
}
|
}
|
||||||
$log->Write(vds($payment));
|
|
||||||
// All set - create the payment
|
// All set - create the payment
|
||||||
try{
|
try{
|
||||||
$payment->Create();
|
$payment->Create();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue