diff --git a/accounting/views.py b/accounting/views.py index 91fd9db..0e61ac4 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -855,7 +855,6 @@ def transaction_show(request, type, transaction): Returns: HttpResponse: The response. """ - print(dir(request)) return render(request, F"accounting/transactions/{type}/show.html", { "transaction_type": type, "item": transaction,