forked from DGNum/gestioCOF
Remove print
This commit is contained in:
parent
a947b9d3f2
commit
16dee0c143
1 changed files with 0 additions and 1 deletions
|
@ -1692,7 +1692,6 @@ def perform_transfers(request):
|
||||||
if stop:
|
if stop:
|
||||||
negative_accounts.append(account.trigramme)
|
negative_accounts.append(account.trigramme)
|
||||||
|
|
||||||
print(frozen, len(frozen))
|
|
||||||
if len(frozen):
|
if len(frozen):
|
||||||
data["errors"]["frozen"] = list(frozen)
|
data["errors"]["frozen"] = list(frozen)
|
||||||
return JsonResponse(data, status=400)
|
return JsonResponse(data, status=400)
|
||||||
|
|
Loading…
Reference in a new issue