remove console.log

This commit is contained in:
Romain Beaumont 2018-01-01 22:48:13 +01:00
parent 947f6bf2ea
commit ad0c76dd72
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -153,7 +153,6 @@ const values = {
};
function getValue(_type, packet) {
console.log(_type);
const fieldInfo = getFieldInfo(_type);
if (typeof values[fieldInfo.type] === "function")
return values[fieldInfo.type](fieldInfo.typeArgs, packet);