From 97349531053074a5586ad41a412d5bc78a37e33e Mon Sep 17 00:00:00 2001 From: Tony Hung Date: Thu, 9 Aug 2018 12:51:56 -0400 Subject: [PATCH] removed log --- WS-node/app.js | 1 - 1 file changed, 1 deletion(-) 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) } }