From f5e5250b9eadbf0f8a3da783f3f896119c44049c Mon Sep 17 00:00:00 2001 From: moculus Date: Wed, 18 Feb 2009 06:00:54 +0000 Subject: [PATCH] dumb debugging was left in --HG-- branch : pmacs2 --- application.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/application.py b/application.py index 99fbc1f..675b402 100755 --- a/application.py +++ b/application.py @@ -850,12 +850,6 @@ class Application(object): rlines = w.render_line_lit(y, swidth) else: rlines = w.render_line_raw(y, swidth) - if w.first.y == 65: - rlines2 = [[z.string for z in l] for l in rlines] - msg = '%r // %r == %r [%r] (%r)' % (x, swidth, k, - len(lines[y]), - rlines2) - #raise Exception(msg) for j in range(k, len(rlines)): if lm: lcont = j > 0