add minor logging

This commit is contained in:
Dave Horton
2023-03-21 12:35:02 -04:00
parent dd4d9aa261
commit cdc82e99ff

View File

@@ -346,7 +346,7 @@ class WsRequestor extends BaseRequestor {
_recvCommand(msgid, command, call_sid, queueCommand, data) { _recvCommand(msgid, command, call_sid, queueCommand, data) {
// TODO: validate command // TODO: validate command
//this.logger.debug({msgid, command, call_sid, queueCommand, data}, 'received command'); this.logger.debug({msgid, command, call_sid, queueCommand, data}, 'received command');
this.emit('command', {msgid, command, call_sid, queueCommand, data}); this.emit('command', {msgid, command, call_sid, queueCommand, data});
} }
} }