Remove ustring test

This commit is contained in:
roblabla 2015-05-23 10:28:31 +00:00
parent 3815201792
commit 7ecfec8c3b

View File

@ -60,7 +60,6 @@ var values = {
'byte': -10,
'ubyte': 8,
'string': "hi hi this is my client string",
'ustring': "hi hi this is my server string",
'buffer': new Buffer(8),
'array': function(typeArgs) {
if(typeof values[typeArgs.type] === "undefined") {