Removed unused debug logging in the views of the accounting application.

This commit is contained in:
依瑪貓 2020-07-25 14:26:35 +08:00
parent dc4d301891
commit c8eb31ce82

View File

@ -855,7 +855,6 @@ def transaction_show(request, type, transaction):
Returns: Returns:
HttpResponse: The response. HttpResponse: The response.
""" """
print(dir(request))
return render(request, F"accounting/transactions/{type}/show.html", { return render(request, F"accounting/transactions/{type}/show.html", {
"transaction_type": type, "transaction_type": type,
"item": transaction, "item": transaction,