Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit a6c2091

Browse files
cleaning
1 parent cc26dd7 commit a6c2091

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

inertia/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ def render_inertia(request, component_name, props=None, template_name=None):
5050
)
5151

5252
# share custom data or default authenticated user
53-
# try:
54-
# share_method_path = settings.INERTIA_SHARE
5553
share_method_path = getattr(settings, "INERTIA_SHARE", "inertia.share.share_auth")
56-
import pdb; pdb.set_trace()
5754
if share_method_path:
5855
share_method = get_callable(share_method_path)
5956
share_method(request)

0 commit comments

Comments
 (0)