Browse Source

clean chatlogs

SRV1 11 years ago
parent
commit
dee365ba29
1 changed files with 0 additions and 2 deletions
  1. 0 2
      apps/web/priv/static/app/js/chat.js

+ 0 - 2
apps/web/priv/static/app/js/chat.js

@@ -52,7 +52,6 @@ function mouseWheelHandler(e) {
 
 
 function chatMessage(chatName, id, me, string) {
-  console.log("chatName "+chatName);
     var i=0;
     var colors=['#FDFDFD','#DFF1F4'];
     var x1 = 10;
@@ -197,7 +196,6 @@ function openChat(evt) {
     var full_name = $("#Online-List").find("#"+name)[0].textContent;
     currentChat = "Chat+"+name;
     var chatElement = document.getElementById(currentChat);
-//    console.log(chatElement);
     if (null == chatElement) {
         // read from local KVS
         createChat(currentChat);