From 7cd3b7dda75e34972a421a18aa9ea842c3d5a788 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Tue, 17 Aug 2010 23:31:30 -0400 Subject: [PATCH] remove debugging code --HG-- branch : pmacs2 --- application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.py b/application.py index 603070d..a7b2a87 100755 --- a/application.py +++ b/application.py @@ -1089,7 +1089,7 @@ class Application(object): def get_minibuffer_lines(self): lines2 = [] - if self.error_string and False: + if self.error_string: maxlen = self.config['max_error_len'] if len(self.error_string) < maxlen: s = self.error_string