Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2013-01-16 16:34:56 +0400
committerDenis Fomin <fominde@gmail.com>2013-01-16 16:34:56 +0400
commit723e9161a64ba5203728c79790f435377a0b2577 (patch)
tree8a0a7914ab3974662e884203ab2d087c0c2b797f /url_shortener
parent027fd63fd27fd64e4db99bdb09f04cb658c6068a (diff)
UrlShortenerPlugin.remove unused print
Diffstat (limited to 'url_shortener')
-rw-r--r--url_shortener/url_shortener.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/url_shortener/url_shortener.py b/url_shortener/url_shortener.py
index 804950c..c2a9a5a 100644
--- a/url_shortener/url_shortener.py
+++ b/url_shortener/url_shortener.py
@@ -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)