From d3e1b50ed10d3206626b513c937b5c1cab71767b Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Fri, 19 Mar 2010 08:21:57 +0100
Subject: [PATCH] remove useless print

---
 src/common/connection.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/common/connection.py b/src/common/connection.py
index b3383f8522..2f9fb53cf6 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -514,7 +514,6 @@ class CommonConnection:
         groupchat_jid is used when we want to send a request to a real jid and
         act as if the answer comes from the groupchat_jid
         """
-        print 'request_last_status_time', self.connection
         if not self.connection:
             return
         to_whom_jid = jid
-- 
GitLab