From 723e9161a64ba5203728c79790f435377a0b2577 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Wed, 16 Jan 2013 16:34:56 +0400 Subject: UrlShortenerPlugin.remove unused print --- url_shortener/url_shortener.py | 1 - 1 file changed, 1 deletion(-) (limited to 'url_shortener') 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) -- cgit v1.2.3