unnecessary hex

This commit is contained in:
Michael Morrison 2014-02-02 07:31:34 -06:00
parent 132ad08720
commit ca3682fd5b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = require('./protocols/core').extend({
run: function(state) {
var self = this;
this.tcpSend('\x6A\x73\x6F\x6E', function(buffer) {
this.tcpSend('json', function(buffer) {
if(buffer.length < 10) return;
var str = buffer.toString();
var json;