Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed Jun 13, 2024
1 parent bbea938 commit 9e56001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_ai_assistant/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def can_delete_thread(
view: View | None = None,
**kwargs,
) -> bool:
print("\ncan_delete_thread")
return app_settings.call_fn(
"CAN_DELETE_THREAD_FN",
**_get_default_kwargs(user, request, view),
Expand Down

0 comments on commit 9e56001

Please sign in to comment.