Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/frontend/components/navigation_toggle/navigation_toggle.vue')
-rw-r--r--content/frontend/components/navigation_toggle/navigation_toggle.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/frontend/components/navigation_toggle/navigation_toggle.vue b/content/frontend/components/navigation_toggle/navigation_toggle.vue
index 29673abc..2243dc87 100644
--- a/content/frontend/components/navigation_toggle/navigation_toggle.vue
+++ b/content/frontend/components/navigation_toggle/navigation_toggle.vue
@@ -11,7 +11,6 @@ export default {
const target = document.querySelector(this.targetSelector);
if(!target) {
- console.warn('No target found for selector > ', this.targetSelector);
return;
}