From c188dc37554a8e238a28e48dcb6a42a25f76baf7 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 2 Apr 2015 13:27:33 +0200 Subject: [PATCH] Removed debug. --- static/js/directives/chat.js | 1 - 1 file changed, 1 deletion(-) 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);