Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_utils.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2010-05-24 08:37:20 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2010-05-24 08:37:20 (GMT)
commit4a28d67ffbad83e48aeab2d3e3426480c836fe2e (patch)
treec0ab86312e8790fc6518048f7108c3dfc6e5cb4f /ka_utils.py
parente24ca571a8dccf66740d66e50b47862b5e28adc9 (diff)
clean up before release
Diffstat (limited to 'ka_utils.py')
-rw-r--r--ka_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ka_utils.py b/ka_utils.py
index 91e2778..642a2fb 100644
--- a/ka_utils.py
+++ b/ka_utils.py
@@ -34,7 +34,7 @@ def explain_points(head, points):
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, ICON_WIDTH, ICON_HEIGHT)
ctx = cairo.Context(surface)
ctx.scale(ICON_WIDTH, ICON_HEIGHT)
- ka_debug.matrix(ctx.get_matrix())
+# ka_debug.matrix(ctx.get_matrix())
# paint background
ctx.set_operator(cairo.OPERATOR_OVER)
ctx.set_source_rgb(1.0, 1.0, 1.0)