From 3e1aeec7a547e2559fa5559d6f6ba1ae23c02952 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 10 Sep 2013 09:41:52 +0200 Subject: remove debug exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/editor.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/editor.py b/src/editor.py index 214a4d7..7e02b27 100644 --- a/src/editor.py +++ b/src/editor.py @@ -54,8 +54,6 @@ class Jump(): ''' def __init__(self, y, x): self.string = '\033[%i;%iH' % (y, x) - if (y < 0) or (x < 0): - raise Exception() ########################## ########################## ########################## ########################## ########################## def __str__(self): return self.string def __call__(self): -- cgit v1.2.3-70-g09d2