This commit is contained in:
Kovid Goyal 2008-05-08 06:16:42 -07:00
parent 0c45e4349d
commit a7bc5be42b

View File

@ -187,7 +187,8 @@ class TextBlock(object):
self.populate(tb.content)
self.end_line()
except TextBlock.HeightExceeded, err:
logger.warning('TextBlock height exceeded, skipping line:\n%s'%(err,))
pass
#logger.warning('TextBlock height exceeded, skipping line:\n%s'%(err,))
def peek(self):
return self.lines[self.peek_index+1]