diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:28:25 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:28:25 -0500 |
| commit | 8cf9d5e374510a654d66e1e608983562c221c28d (patch) | |
| tree | 533689acb46b3edcdc907b0023e92a469e17809a /static | |
| parent | 4aaeea62170be62bb7dfef953a7b0b447196e18a (diff) | |
Removed logging
Diffstat (limited to 'static')
| -rwxr-xr-x | static/js/pichat.js | 2 |
1 files changed, 0 insertions, 2 deletions
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 '<div class="username">' + '<a href="/u/' + escapeHtml(user.nick) + '" target="_blank">' @@ -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('')); } |
