Remove stray debug line
This isn't useful. Change-Id: I74cc5ff0e0d8bb47d5e3c182edfb9e2df59cf60c
This commit is contained in:
parent
d3768c03e6
commit
7a10bfa19b
@ -41,7 +41,6 @@ class LinkReplacement(object):
|
||||
link = mywid.Link(self.text.format(**data), 'link', 'focused-link')
|
||||
urwid.connect_signal(link, 'selected',
|
||||
lambda link:app.openURL(self.url.format(**data)))
|
||||
app.log.debug("link %s" % link)
|
||||
return link
|
||||
|
||||
class CommentLink(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user