From 7ea17b33c8f7ddce61d2e06bea2d14e99826948c Mon Sep 17 00:00:00 2001 From: Leberwurscht Date: Tue, 17 Apr 2012 00:04:34 +0200 Subject: [PATCH] jappixmini: reduce unnecessary logging --- jappixmini/lib.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jappixmini/lib.js b/jappixmini/lib.js index f11fada6..dd2d7955 100644 --- a/jappixmini/lib.js +++ b/jappixmini/lib.js @@ -143,7 +143,6 @@ function jappixmini_manage_roster(contacts, autoapprove, autosubscribe) { xid = $(this).attr("jid"); name = $(this).attr("name"); subscription = $(this).attr("subscription"); - console.log(xid+" "+subscription); // ignore accounts not in the list if (contacts[xid]===undefined) return; @@ -178,7 +177,7 @@ function jappixmini_manage_roster(contacts, autoapprove, autosubscribe) { item.setAttribute('name', contacts[xid]); item.appendChild(iq.buildNode('group', {'xmlns': NS_ROSTER}, "Friendica")); con.send(iq); - console.log("added to roster "+xid); + console.log("added to roster: "+xid); } }); } @@ -216,7 +215,6 @@ function jappixmini_addon_start(server, username, proxy, bosh, encrypted, passwo // start jappix mini MINI_NICKNAME = nickname; LOCK_HOST = "off"; - console.log("launchMini"); launchMini(true, false, server, username, password); // increase priority over other Jabber clients