Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aparna-aot committed Oct 8, 2024
1 parent b4b55d0 commit 8b1f761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/reviewer_api/resources/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def get(requestid):
response.raise_for_status()
# get request status
jsonobj = response.json()
print("jsonobj:", jsonobj)
balancefeeoverrodforrequest = jobrecordservice().isbalancefeeoverrodforrequest(requestid)
outstandingbalance=0
if 'cfrfee' in jsonobj and 'feedata' in jsonobj['cfrfee'] and "balanceDue" in jsonobj['cfrfee']['feedata']:
Expand Down

0 comments on commit 8b1f761

Please sign in to comment.