UrlShortenerPlugin.remove unused print

This commit is contained in:
Denis Fomin
2013-01-16 16:34:56 +04:00
parent 027fd63fd2
commit 723e9161a6

View File

@@ -200,7 +200,6 @@ class UrlShortenerPluginConfigDialog(GajimPluginConfigDialog):
self.max_chars_spinbutton.get_adjustment().set_all(30, 30, 99999, 1,
10, 0)
self.shorten_outgoing = self.xml.get_object('shorten_outgoing')
print self.shorten_outgoing
hbox = self.xml.get_object('vbox1')
self.child.pack_start(hbox)