We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30ab8c commit 4924ba7Copy full SHA for 4924ba7
fern/custom.js
@@ -35,8 +35,6 @@ function injectVapiWidget() {
35
}
36
37
function initializeHockeyStack() {
38
- console.log('[custom.js] initializeHockeyStack called');
39
-
40
if (isLocalhost) {
41
console.log('[custom.js] Skipping HockeyStack on localhost');
42
return;
@@ -59,7 +57,6 @@ function initializeAll() {
59
57
60
58
61
if (document.readyState === 'loading') {
62
- console.log('[custom.js] Waiting for DOMContentLoaded');
63
document.addEventListener('DOMContentLoaded', initializeAll);
64
} else {
65
initializeAll();
0 commit comments