Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cardlist.py')
-rw-r--r--cardlist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cardlist.py b/cardlist.py
index 1e5308a..6d50722 100644
--- a/cardlist.py
+++ b/cardlist.py
@@ -30,7 +30,6 @@ from model import Pair
from sugar3.graphics import style
from sugar3 import profile
-_logger = logging.getLogger('memorize-activity')
PAIR_SIZE = min(Gdk.Screen.width() / 7, Gdk.Screen.height() / 5)
user_color = profile.get_color()