Removed stray console logs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user