Oooops, remove some testing stuff

This commit is contained in:
Julien Pivotto 2009-01-21 18:04:47 +00:00
parent 194b41cfba
commit 66fc900f5f
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ class MessageTextView(gtk.TextView):
continue
text += self.end_tags[tag_name]
print text, plaintext
if modified and text != plaintext:
return '<p>' + self.make_clickable_urls(text) + '</p>'
else: