summaryrefslogtreecommitdiff
path: root/add_group_form.py
diff options
context:
space:
mode:
Diffstat (limited to 'add_group_form.py')
-rw-r--r--add_group_form.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/add_group_form.py b/add_group_form.py
index dc83b89..f667b66 100644
--- a/add_group_form.py
+++ b/add_group_form.py
@@ -67,7 +67,6 @@ class addGroupForm(QDialog):
return
new_id = DB.insertGroup(Group(0, name_text, column_text, link_text))
- # TODO do the database stuff (this will allow us to get the id)
Globals.groups.append(Group(new_id, name_text, column_text, link_text))
self.close()