Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/exon_position.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 /exon_position.py
parente24ca571a8dccf66740d66e50b47862b5e28adc9 (diff)
clean up before release
Diffstat (limited to 'exon_position.py')
-rw-r--r--exon_position.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exon_position.py b/exon_position.py
index 12c0976..899762e 100644
--- a/exon_position.py
+++ b/exon_position.py
@@ -108,7 +108,7 @@ class Position(model_allele.Allele):
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, width, height)
ctx = cairo.Context(surface)
ctx.scale(width, 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)