diff --git a/WS-node/app.js b/WS-node/app.js index 665ae36..46ea70d 100644 --- a/WS-node/app.js +++ b/WS-node/app.js @@ -101,7 +101,6 @@ wsServer.on('connect', function(connection) { // Reflect the message back // connection.sendBytes(message.binaryData); if (myAsrClient != null && asrActive) { - winston.log('debug', "sendingDate ",message.binaryData); myAsrClient.onAudio(message.binaryData) } }