diff --git a/frappe/templates/includes/comments/comments.py b/frappe/templates/includes/comments/comments.py index d56b62d7f0..cf0cf331f9 100644 --- a/frappe/templates/includes/comments/comments.py +++ b/frappe/templates/includes/comments/comments.py @@ -43,9 +43,6 @@ def add_comment( if not guest_allowed: frappe.throw(_("Please login to post a comment.")) - if frappe.db.exists("User", comment_email): - frappe.throw(_("Please login to post a comment.")) - if not comment.strip(): frappe.msgprint(_("The comment cannot be empty")) return False