Remove logging code

This commit is contained in:
Alex Cabal 2022-07-24 18:33:07 -05:00
parent 1cbeb9d436
commit 7071504034

View file

@ -141,7 +141,7 @@ try{
if($payment->User !== null && preg_match('/\b(L\.?L\.?C\.?|Foundation|President|Fund|Charitable)\b/ius', $payment->User->Name)){
$payment->User = null;
}
$log->Write(vds($payment));
// All set - create the payment
try{
$payment->Create();