[fix] clearer webform error

This commit is contained in:
PeterG 2022-11-20 16:07:07 +05:45 committed by GitHub
parent 7bde45ae60
commit 4ffd454c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -578,7 +578,6 @@ def get_link_options(web_form_name, doctype, allow_read_on_all_link_options=Fals
if not allow_read_on_all_link_options:
limited_to_user = True
else:
print(vars(frappe.request))
frappe.throw("You must be logged in to use this form.", frappe.PermissionError)
else: