Remove some console.log

This commit is contained in:
Romain Beaumont 2015-07-30 04:09:15 +02:00
parent 4466bedac9
commit f625cd8e8b

View File

@ -179,8 +179,6 @@ function findByte(type,value)
{
if(type!="container")
return entityMetadataTypeBytes[type];
console.log(JSON.stringify(value));
console.log(value["x"]===undefined ? 7 : 6);
return value["x"]===undefined ? 7 : 6;
}