Removed stray console log

This commit is contained in:
Stefan Zermatten
2020-03-09 12:58:14 +02:00
parent 1c700121ca
commit e67b4c72e3

View File

@@ -141,7 +141,6 @@
let adjustAttribute = insertAttribute = () => console.error("this shit isn't defined");
const getAttributeOfType = function(charId, type){
console.log({charId})
return CreatureProperties.find({
'ancestors.id': charId,
type: 'attribute',