Removing useless comment

This commit is contained in:
2023-09-26 11:19:08 +02:00
parent 7cb394f804
commit 98b71218c4

View File

@@ -74,7 +74,6 @@ class Client:
def get_todo_by_uid(self, uid):
try:
todo = self.calendar.todo_by_uid(uid)
# todo.percent_complete = todo.icalendar_component['PERCENT-COMPLETE']
return todo
except NotFoundError:
return False