diff --git a/web-src/src/App.vue b/web-src/src/App.vue index 5abda91d..7eed08ce 100644 --- a/web-src/src/App.vue +++ b/web-src/src/App.vue @@ -107,8 +107,6 @@ export default { }, created() { this.connect() - // Start the progress bar on app start - this.$Progress.start() // Hook the progress bar to start before we move router-view this.$router.beforeEach((to, from, next) => { if (!(to.path === from.path && to.hash)) {