From 46f5fb154b269f55844fcbb94ade8594f36be9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaussoin=20Timoth=C3=A9e?= Date: Sun, 27 Mar 2011 15:22:05 +0200 Subject: [PATCH] Clean movim_log LOC --- lib/XMPPConnect.php | 1 - lib/widgets/Profile/Profile.php | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/XMPPConnect.php b/lib/XMPPConnect.php index 281008906..8c97898f1 100644 --- a/lib/XMPPConnect.php +++ b/lib/XMPPConnect.php @@ -197,7 +197,6 @@ class XMPPConnect public function handle($payload) { $evt = new EventHandler(); if(isset($payload['vCard'])) { // Holy mackerel, that's a vcard! - movim_log($payload); movim_cache("vcard".$payload["from"], $payload); $evt->runEvent('vcardreceived', $payload); } elseif($payload['queryXmlns'] == "jabber:iq:roster") { diff --git a/lib/widgets/Profile/Profile.php b/lib/widgets/Profile/Profile.php index 4f9520344..5a474f1be 100644 --- a/lib/widgets/Profile/Profile.php +++ b/lib/widgets/Profile/Profile.php @@ -42,7 +42,6 @@ class Profile extends Widget function ajaxRefreshVcard($jid = false) { - movim_log($jid); $user = new User(); $xmpp = XMPPConnect::getInstance($user->getLogin()); $xmpp->getVCard($jid); // We send the vCard request