You've already forked AstralRinth
forked from didirus/AstralRinth
Remove console statements
This commit is contained in:
@@ -368,8 +368,6 @@ export default {
|
|||||||
|
|
||||||
await this.$router.replace('/dashboard/projects')
|
await this.$router.replace('/dashboard/projects')
|
||||||
|
|
||||||
// eslint-disable-next-line no-console
|
|
||||||
console.log(result)
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.currentError = err.response.data.description
|
this.currentError = err.response.data.description
|
||||||
window.scrollTo({ top: 0, behavior: 'smooth' })
|
window.scrollTo({ top: 0, behavior: 'smooth' })
|
||||||
@@ -403,8 +401,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.versions[this.currentVersionIndex].file_parts = newFileParts
|
this.versions[this.currentVersionIndex].file_parts = newFileParts
|
||||||
|
|
||||||
console.log(this.versions)
|
|
||||||
},
|
},
|
||||||
createVersion() {
|
createVersion() {
|
||||||
this.versions.push({
|
this.versions.push({
|
||||||
@@ -420,7 +416,6 @@ export default {
|
|||||||
})
|
})
|
||||||
|
|
||||||
this.currentVersionIndex = this.versions.length - 1
|
this.currentVersionIndex = this.versions.length - 1
|
||||||
console.log(this.versions)
|
|
||||||
},
|
},
|
||||||
deleteVersion() {
|
deleteVersion() {
|
||||||
this.versions.splice(this.currentVersionIndex, 1)
|
this.versions.splice(this.currentVersionIndex, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user