Removed stray console logs

This commit is contained in:
Stefan Zermatten
2021-06-20 13:35:23 +02:00
parent 814e371148
commit c5aca81131
2 changed files with 0 additions and 7 deletions

View File

@@ -70,7 +70,6 @@
order = -0.5;
}
let doc = event.element;
console.log({doc, order, newIndex: event.newIndex, before, after});
moveCreatureToFolder.call({
creatureId: doc._id,
folderId: this.folderId

View File

@@ -182,12 +182,6 @@
});
return data;
},
computed: {
cntxt(){
console.log(this.context);
return this.context;
}
},
watch: {
'model.attributeType': function(newVal, oldVal){
if (newVal === 'hitDice' && !this.model.hitDiceSize){