refac: rm print statement

This commit is contained in:
Timothy Jaeryang Baek 2024-11-16 17:18:18 -08:00
parent c3aa09b95c
commit 060a2791ba

View File

@ -42,7 +42,6 @@ def has_access(
type: str = "write",
access_control: Optional[dict] = None,
) -> bool:
print("user_id", user_id, "type", type, "access_control", access_control)
if access_control is None:
return type == "read"