[web] Remove console logging

Console logging has been removed from all the pages.
This commit is contained in:
Alain Nussbaumer 2023-06-03 18:58:11 +02:00
parent fc5d284588
commit 6bf40c139d
4 changed files with 1 additions and 8 deletions

View File

@ -93,7 +93,6 @@ export default {
this.timerId = -1
const newValue = this.$refs.setting.checked
console.log(this.$refs.setting)
if (newValue === this.value) {
this.statusUpdate = ''
return

View File

@ -163,9 +163,7 @@ export default {
}
},
mounted: function () {
console.log(this.$refs.slider)
},
mounted: function () {},
created() {
this.item_progress_ms = this.state.item_progress_ms
@ -192,12 +190,10 @@ export default {
},
start_dragging: function () {
console.log('@start')
this.is_dragged = true
},
end_dragging: function () {
console.log('@end')
this.is_dragged = false
},

View File

@ -288,7 +288,6 @@ export const router = createRouter({
],
scrollBehavior(to, from, savedPosition) {
const wait_ms = 0
// console.log(to.path + '_' + from.path + '__' + to.hash + ' savedPosition:' + savedPosition)
if (savedPosition) {
// We have saved scroll position (browser back/forward navigation), use this position
return new Promise((resolve, reject) => {

View File

@ -9,7 +9,6 @@ axios.interceptors.response.use(
return response
},
function (error) {
console.log(i18n)
if (error.request.status && error.request.responseURL) {
store.dispatch('add_notification', {
text: t('server.request-failed', {