mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -04:00
Remove some console.log
This commit is contained in:
parent
4466bedac9
commit
f625cd8e8b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user