From cdd2efbf20c4e6d285e7b701e456e192e37b134e Mon Sep 17 00:00:00 2001 From: khushal Date: Thu, 2 Jan 2025 12:20:06 +0000 Subject: [PATCH] (20250102) Extra print statement removed from production. --- controllers_v2/finstitutions/payments/base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers_v2/finstitutions/payments/base.py b/controllers_v2/finstitutions/payments/base.py index 97f231b..324c3df 100644 --- a/controllers_v2/finstitutions/payments/base.py +++ b/controllers_v2/finstitutions/payments/base.py @@ -352,8 +352,6 @@ class PaymentsController(CoreAuthTokenController, ABC): alert_on_all_failures = True ) - print("RECEIPT ADD JSON:", json.to_string(sql_json, default = str)) - # Return the response: if sql_json["status"] == 1: return True else: return False