summaryrefslogtreecommitdiffstats
path: root/gui-project/cards.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui-project/cards.py')
-rw-r--r--gui-project/cards.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui-project/cards.py b/gui-project/cards.py
index 1bb4320..ac921b3 100644
--- a/gui-project/cards.py
+++ b/gui-project/cards.py
@@ -19,10 +19,6 @@ class CardComponent():
def get_back(self):
return self.back
-
-# ui.colors(back="#c4bcdb")
-
-
class CardUI():
def __init__(self, parent_ui, card : CardComponent):
self.parent_ui = parent_ui
@@ -69,7 +65,6 @@ class CardUI():
self.show_back()
def user_clicked_correct(self):
- ui.notify("You got this")
self.correctly_answered = True
self.is_resolved.set()