Removed stray console log
This commit is contained in:
@@ -141,7 +141,6 @@
|
|||||||
let adjustAttribute = insertAttribute = () => console.error("this shit isn't defined");
|
let adjustAttribute = insertAttribute = () => console.error("this shit isn't defined");
|
||||||
|
|
||||||
const getAttributeOfType = function(charId, type){
|
const getAttributeOfType = function(charId, type){
|
||||||
console.log({charId})
|
|
||||||
return CreatureProperties.find({
|
return CreatureProperties.find({
|
||||||
'ancestors.id': charId,
|
'ancestors.id': charId,
|
||||||
type: 'attribute',
|
type: 'attribute',
|
||||||
|
|||||||
Reference in New Issue
Block a user