Skip to content
Snippets Groups Projects
Commit 723e9161 authored by Dicson's avatar Dicson
Browse files

UrlShortenerPlugin.remove unused print

parent 027fd63f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment