Browse Source

Clean movim_log LOC

pull/5/head
Jaussoin Timothée 15 years ago
parent
commit
46f5fb154b
  1. 1
      lib/XMPPConnect.php
  2. 1
      lib/widgets/Profile/Profile.php

1
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") {

1
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

Loading…
Cancel
Save