cleanup: remove logs
This commit is contained in:
@@ -369,7 +369,6 @@ export default {
|
||||
this.collectionsType.selectedTeam.id
|
||||
)
|
||||
}
|
||||
console.log(this.collectionJson)
|
||||
return this.collectionJson
|
||||
},
|
||||
exportJSON() {
|
||||
|
||||
@@ -281,9 +281,6 @@ export default {
|
||||
document.addEventListener("keydown", this._keyListener.bind(this))
|
||||
|
||||
this.$subscribeTo(this.teamCollectionAdapter.collections$, (colls) => {
|
||||
console.log("new tree!")
|
||||
console.log(colls)
|
||||
|
||||
this.teamCollectionsNew = cloneDeep(colls)
|
||||
})
|
||||
},
|
||||
@@ -564,7 +561,6 @@ export default {
|
||||
}
|
||||
},
|
||||
expandCollection(collectionID) {
|
||||
console.log(collectionID)
|
||||
this.teamCollectionAdapter.expandCollection(collectionID)
|
||||
},
|
||||
removeCollection({ collectionsType, collectionIndex, collectionID }) {
|
||||
@@ -597,7 +593,6 @@ export default {
|
||||
this.$toast.success(this.$t("deleted"), {
|
||||
icon: "delete",
|
||||
})
|
||||
console.log(data)
|
||||
})
|
||||
.catch((error) => {
|
||||
// Error
|
||||
|
||||
@@ -181,7 +181,6 @@ export default {
|
||||
this.$toast.success(this.$t("deleted"), {
|
||||
icon: "delete",
|
||||
})
|
||||
console.log(data)
|
||||
this.$emit("update-team-collections")
|
||||
this.confirmRemove = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user