Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
tbass134 committed Aug 9, 2018
1 parent ba39a63 commit 9734953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WS-node/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 9734953

Please sign in to comment.