Browse Source

Removed debugging.

KrisVos130 9 years ago
parent
commit
0ca712d4de
1 changed files with 0 additions and 5 deletions
  1. 0 5
      app/client/client.js

+ 0 - 5
app/client/client.js

@@ -581,11 +581,6 @@ Template.room.events({
         }
     },
     "keyup #global-chat-input": function(e) {
-        console.log("Tesr!");
-        console.log(e.which);
-        console.log(typeof e.which);
-        console.log(e.type);
-        console.log(typeof e.type);
         if (e.type === "keyup" && e.which === 13) {
             e.preventDefault();
             if (!$('#global-chat-input').data('dropdownshown')) {