Remove unwanted logs

This commit is contained in:
Andrew Bastin
2021-06-01 00:09:35 -04:00
parent b52cc9e2b4
commit 41d21bc0ff
2 changed files with 0 additions and 6 deletions

View File

@@ -514,7 +514,6 @@ export default {
this.displayModalAddFolder(true)
},
editFolder(payload) {
console.log(payload)
const { collectionIndex, folder, folderIndex, folderPath } = payload
this.$data.editingCollectionIndex = collectionIndex
this.$data.editingFolder = folder
@@ -524,7 +523,6 @@ export default {
this.displayModalEditFolder(true)
},
editRequest(payload) {
console.log(payload)
const {
collectionIndex,
folderIndex,