Remove unwanted logs
This commit is contained in:
@@ -514,7 +514,6 @@ export default {
|
|||||||
this.displayModalAddFolder(true)
|
this.displayModalAddFolder(true)
|
||||||
},
|
},
|
||||||
editFolder(payload) {
|
editFolder(payload) {
|
||||||
console.log(payload)
|
|
||||||
const { collectionIndex, folder, folderIndex, folderPath } = payload
|
const { collectionIndex, folder, folderIndex, folderPath } = payload
|
||||||
this.$data.editingCollectionIndex = collectionIndex
|
this.$data.editingCollectionIndex = collectionIndex
|
||||||
this.$data.editingFolder = folder
|
this.$data.editingFolder = folder
|
||||||
@@ -524,7 +523,6 @@ export default {
|
|||||||
this.displayModalEditFolder(true)
|
this.displayModalEditFolder(true)
|
||||||
},
|
},
|
||||||
editRequest(payload) {
|
editRequest(payload) {
|
||||||
console.log(payload)
|
|
||||||
const {
|
const {
|
||||||
collectionIndex,
|
collectionIndex,
|
||||||
folderIndex,
|
folderIndex,
|
||||||
|
|||||||
@@ -254,7 +254,6 @@ export class FirebaseInstance {
|
|||||||
|
|
||||||
// TODO: Wth is with collections[0]
|
// TODO: Wth is with collections[0]
|
||||||
if (collections.length > 0) {
|
if (collections.length > 0) {
|
||||||
console.log(collections[0].collection)
|
|
||||||
setRESTCollections(collections[0].collection)
|
setRESTCollections(collections[0].collection)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -363,7 +362,6 @@ export class FirebaseInstance {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async writeSettings(setting, value) {
|
async writeSettings(setting, value) {
|
||||||
console.log(setting)
|
|
||||||
const st = {
|
const st = {
|
||||||
updatedOn: new Date(),
|
updatedOn: new Date(),
|
||||||
author: this.currentUser.uid,
|
author: this.currentUser.uid,
|
||||||
@@ -502,8 +500,6 @@ export class FirebaseInstance {
|
|||||||
.set(cl)
|
.set(cl)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("error updating", cl, e)
|
console.error("error updating", cl, e)
|
||||||
console.log(collection)
|
|
||||||
|
|
||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user