From 50b00e2185149f4d0061064ad360969997ee7857 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Wed, 2 Aug 2023 14:37:49 +0300 Subject: [PATCH] fix: Fix double hiring banner logging (no-changelog) (#6829) fix: fix double hiring banner logging (no-changelog) --- packages/editor-ui/src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/editor-ui/src/App.vue b/packages/editor-ui/src/App.vue index b857479a3..e8b4ea949 100644 --- a/packages/editor-ui/src/App.vue +++ b/packages/editor-ui/src/App.vue @@ -269,7 +269,6 @@ export default defineComponent({ this.loading = false; - this.logHiringBanner(); this.trackPage(); void this.externalHooks.run('app.mount');