Skip to content

Commit bdb29a5

Browse files
committed
refactor: code cleanup
1 parent 43089ec commit bdb29a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui/add_contact_prompt.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ def __init__(self, master):
4242

4343
def add_contact(self):
4444
contact_id = self.entry.get().strip()
45-
"""if not (contact_id.isdigit() and len(contact_id) == 16):
46-
self.status.config(text="Invalid User ID", fg="red")
47-
return
48-
"""
4945

5046
if contact_id == self.master.user_data["user_id"]:
5147
self.status.config(text="You cannot add yourself", fg="red")

0 commit comments

Comments
 (0)