From 8a836905963ce4d99e59d033308790cd73f78d44 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 7 Dec 2022 15:07:16 -0500 Subject: [PATCH] fix: console logs --- public/src/client/topic/glance.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/src/client/topic/glance.js b/public/src/client/topic/glance.js index 06c1e3fd1f..c445315ff4 100644 --- a/public/src/client/topic/glance.js +++ b/public/src/client/topic/glance.js @@ -15,14 +15,13 @@ export function init() { const navigatorEl = document.querySelector('[component="topic/navigator"]'); if (!ajaxify.data.template.topic || !topicEl || !navigatorEl) { - console.warn('[glance] Cannot init — not in topic or can\'t find topic element'); return; } enableButtons(); ({ knobEl } = enableKnob()); - console.debug('[glance] init'); + console.debug('[glance] At-a-glance navigator enabled.'); } export function isActive() {