From 8cf9d5e374510a654d66e1e608983562c221c28d Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 25 Feb 2010 08:28:25 -0500 Subject: Removed logging --- static/js/pichat.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'static/js') diff --git a/static/js/pichat.js b/static/js/pichat.js index 071e8e6..d9f0016 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -61,7 +61,6 @@ function buildMessageDiv(msg, isLoading) { } function buildUserDiv(user) { - console.warn(user); if (user.avatar) { return '
' + '' @@ -166,7 +165,6 @@ function updateUI(msgs, users) { } if (users !== null) { var flattened = flattenUserJson(users); - console.log(flattened); if (!('userlist' in cache) || flattened != cache.userlist) { $("#userList").html($.map(users, buildUserDiv).join('')); } -- cgit v1.2.3-70-g09d2