Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/labyrinthactivity.py
diff options
context:
space:
mode:
authorJorge Saldivar <jsaldivar@paraguayeduca.org>2011-02-22 20:40:30 (GMT)
committer Jorge Saldivar <jsaldivar@paraguayeduca.org>2011-02-22 20:40:30 (GMT)
commit21bcdbf1750a891bf34b8331574e762b3b49ba5d (patch)
treed8cdaf370929e3fcf083b893516a9ff45593031f /labyrinthactivity.py
parent436cb7f7297c19748b89fcb620b8e11c6b5a803b (diff)
Take off debug comments
Diffstat (limited to 'labyrinthactivity.py')
-rw-r--r--labyrinthactivity.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/labyrinthactivity.py b/labyrinthactivity.py
index d655d95..1155c0c 100644
--- a/labyrinthactivity.py
+++ b/labyrinthactivity.py
@@ -282,8 +282,7 @@ class TextAttributesToolbar(gtk.Toolbar):
elif x.type == pango.ATTR_UNDERLINE and \
x.value == pango.UNDERLINE_SINGLE:
attributes["underline"] = False
- elif x.type == pango.ATTR_FONT_DESC:
- logging.debug("La fuente es: %s", x.desc)
+ elif x.type == pango.ATTR_FONT_DESC:
attributes["font"] = x.desc
if it.next() == False:
break