- commented out things I won't have the time to think about

This commit is contained in:
Alexis
2020-06-17 20:42:27 +02:00
parent 0fd933ba99
commit 86ce421725
2 changed files with 5 additions and 4 deletions

View File

@@ -143,8 +143,6 @@ export default {
ingredients: ingredientsData,
}
console.log(data)
Spells.addSpell(data)
.then(v => {
this.$emit('addSpell', v.data)