From 0ad9712d0c7421c4d9b2d9ebb4b7d328c90e2253 Mon Sep 17 00:00:00 2001
From: Mathieu Pasquet <mathieui@mathieui.net>
Date: Tue, 26 Nov 2013 18:37:06 +0100
Subject: refactor the texts in core to be more readable and fix some typos

---
 plugins/ping.py | 1 -
 1 file changed, 1 deletion(-)

(limited to 'plugins')

diff --git a/plugins/ping.py b/plugins/ping.py
index 8d478e24..0e436e89 100644
--- a/plugins/ping.py
+++ b/plugins/ping.py
@@ -66,7 +66,6 @@ class Plugin(BasePlugin):
         start = time.time()
         def callback(iq):
             delay = time.time() - start
-            self.api.information("coucou %s %s" % (iq, type(iq)))
             if iq['type'] == 'error' and iq['error']['condition'] in ('remote-server-timeout', 'remote-server-not-found'):
                 self.api.information('%s did not respond to ping' % jid, 'Info')
             else:
-- 
cgit v1.2.3