From 7071504034a12d16cbf3fed2f90d72d496bdd72a Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 24 Jul 2022 18:33:07 -0500 Subject: [PATCH] Remove logging code --- scripts/process-pending-payments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process-pending-payments b/scripts/process-pending-payments index d00600c0..3d19f297 100755 --- a/scripts/process-pending-payments +++ b/scripts/process-pending-payments @@ -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();