diff --git a/static/js/directives/chat.js b/static/js/directives/chat.js index 75f06755..59698005 100644 --- a/static/js/directives/chat.js +++ b/static/js/directives/chat.js @@ -249,7 +249,6 @@ define(['jquery', 'underscore', 'text!partials/chat.html', 'text!partials/chatro subscope.sendChat = function(to, message, status, mid, noloop) { //console.log("send chat", to, scope.peer); if (message && message.length > maxMessageSize) { - console.log("XXXXXXX", message.length); return mid; } var peercall = mediaStream.webrtc.findTargetCall(to);