Skip to content

Commit 1fcfea0

Browse files
committed
Remove stray print statement.
1 parent 2f4749e commit 1fcfea0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_unicorn/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ def message(request: HttpRequest, component_name: str = None) -> JsonResponse:
293293
instance.save()
294294
pk = instance.pk
295295
elif action_type == "callMethod":
296-
print("payload", payload)
297-
298296
call_method_name = payload.get("name", "")
299297
assert call_method_name, "Missing 'name' key for callMethod"
300298

0 commit comments

Comments
 (0)