remove debugging code

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-08-17 23:31:30 -04:00
parent 0fc98f894a
commit 7cd3b7dda7
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ class Application(object):
def get_minibuffer_lines(self): def get_minibuffer_lines(self):
lines2 = [] lines2 = []
if self.error_string and False: if self.error_string:
maxlen = self.config['max_error_len'] maxlen = self.config['max_error_len']
if len(self.error_string) < maxlen: if len(self.error_string) < maxlen:
s = self.error_string s = self.error_string