Skip to content

Commit 4924ba7

Browse files
committed
removing debug messages
1 parent f30ab8c commit 4924ba7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fern/custom.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ function injectVapiWidget() {
3535
}
3636

3737
function initializeHockeyStack() {
38-
console.log('[custom.js] initializeHockeyStack called');
39-
4038
if (isLocalhost) {
4139
console.log('[custom.js] Skipping HockeyStack on localhost');
4240
return;
@@ -59,7 +57,6 @@ function initializeAll() {
5957
}
6058

6159
if (document.readyState === 'loading') {
62-
console.log('[custom.js] Waiting for DOMContentLoaded');
6360
document.addEventListener('DOMContentLoaded', initializeAll);
6461
} else {
6562
initializeAll();

0 commit comments

Comments
 (0)