Navigation Menu

Skip to content

Commit

Permalink
remove warn los (too many)
Browse files Browse the repository at this point in the history
  • Loading branch information
JpEncausseVISEO committed Aug 20, 2019
1 parent 9cb6d69 commit 6641b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node-red-contrib-bot-socketio/node-socketio-server.js
Expand Up @@ -188,7 +188,7 @@ const reply = (node, data, config) => {
client = c;
// node.warn('Override Conversation ID: ' + client.socket.id)
// helper.setByString(data, 'user.address.conversation.id', client.socket.id)
node.warn('Conversation ID custom: ' + botmgr.getConvId(data))
// node.warn('Conversation ID custom: ' + botmgr.getConvId(data))
break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion node-red-contrib-bot-socketio/package.json
@@ -1,6 +1,6 @@
{
"name" : "node-red-contrib-viseo-bot-socketio",
"version" : "0.2.1",
"version" : "0.2.2",
"description" : "VISEO Bot Maker - SocketIO channel connector",
"dependencies" : {
"socket.io" : "~2.1.0",
Expand Down

0 comments on commit 6641b6d

Please sign in to comment.