mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-02 07:32:07 -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")
|
if(type!="container")
|
||||||
return entityMetadataTypeBytes[type];
|
return entityMetadataTypeBytes[type];
|
||||||
console.log(JSON.stringify(value));
|
|
||||||
console.log(value["x"]===undefined ? 7 : 6);
|
|
||||||
return value["x"]===undefined ? 7 : 6;
|
return value["x"]===undefined ? 7 : 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user