diff --git a/lib/pc/index.js b/lib/pc/index.js index 6b09584..1e8039a 100644 --- a/lib/pc/index.js +++ b/lib/pc/index.js @@ -9,8 +9,6 @@ module.exports = (data, staticData) => { loadDimensionCodec (codec) { const handlers = { chat_type (chat) { - console.log('Registry Chat') - console.dir(chat, { depth: null }) data.chatFormattingById = {} data.chatFormattingByName = {} for (const chatType of chat) { @@ -25,7 +23,6 @@ module.exports = (data, staticData) => { data.chatFormattingById[chatType.id] = n data.chatFormattingByName[chatType.name] = n } - console.log('Updated chat', data.chatFormattingById) }, dimension_type (dimensions) { data.dimensionsById = {}