Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/playerscoreboard.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2014-07-16 18:08:27 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-07-16 18:08:27 (GMT)
commit969262870b787ccf202d9f56e5e69f9e19b73881 (patch)
tree47097f6cfcd015efd33f1f777c788473d8dc0e04 /playerscoreboard.py
parentbee806f4ee7ad532b027b9f1893301ee1f4039e9 (diff)
Use logging instead of logger
Diffstat (limited to 'playerscoreboard.py')
-rw-r--r--playerscoreboard.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/playerscoreboard.py b/playerscoreboard.py
index b7191f0..81b4bc3 100644
--- a/playerscoreboard.py
+++ b/playerscoreboard.py
@@ -24,8 +24,6 @@ from sugar3.graphics import style
import logging
import math
-_logger = logging.getLogger('memorize-activity')
-
class PlayerScoreboard(Gtk.EventBox):