diff --git a/lib/utils/ws-requestor.js b/lib/utils/ws-requestor.js index 5b6be22f..448a9e46 100644 --- a/lib/utils/ws-requestor.js +++ b/lib/utils/ws-requestor.js @@ -346,7 +346,7 @@ class WsRequestor extends BaseRequestor { _recvCommand(msgid, command, call_sid, queueCommand, data) { // 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}); } }