cleanup: remove logs

This commit is contained in:
Liyas Thomas
2021-05-15 06:47:13 +00:00
committed by GitHub
parent 8e3ecb4c25
commit 76866f78f0
13 changed files with 5 additions and 45 deletions

View File

@@ -111,7 +111,6 @@ export default {
}
reader.readAsText(this.$refs.inputChooseFileToReplaceWith.files[0])
this.fileImported()
this.syncToFBTeams()
},
importFromJSON() {
let reader = new FileReader()
@@ -125,7 +124,6 @@ export default {
}
}
reader.readAsText(this.$refs.inputChooseFileToImportFrom.files[0])
this.syncToFBTeams()
},
importFromPostwoman(teams) {
let confirmation = this.$t("file_imported")
@@ -160,9 +158,6 @@ export default {
syncTeams() {
this.fileImported()
},
syncToFBTeams() {
console.log("syncToFBTeams")
},
fileImported() {
this.$toast.info(this.$t("file_imported"), {
icon: "folder_shared",