We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b695c87 commit 7262fcfCopy full SHA for 7262fcf
index.js
@@ -68,8 +68,8 @@ module.exports = (registryOrVersion) => {
68
return Entity
69
}
70
function printMobTypeWarning () {
71
- console.log('Warning: entity.mobType is deprecated. Use entity.displayName instead')
+ console.trace('Warning: entity.mobType is deprecated. Use entity.displayName instead')
72
73
function printObjectTypeWarning () {
74
- console.log('Warning: entity.objectType is deprecated. Use entity.displayName instead')
+ console.trace('Warning: entity.objectType is deprecated. Use entity.displayName instead')
75
0 commit comments