mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-02-25 21:53:52 -05:00
remove console.log
This commit is contained in:
parent
947f6bf2ea
commit
ad0c76dd72
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue