Skip to content

Commit 1f7550e

Browse files
committed
what happens when we remove an event listener?
1 parent 6fa35cb commit 1f7550e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const init = once(({ precacheRemembered }) => {
162162

163163
initLogger();
164164

165-
window.addEventListener('load', checkForDeprecatedIntegration);
165+
// window.addEventListener('load', checkForDeprecatedIntegration);
166166

167167
if (pptm.shouldCreateInitialPptmScript()) {
168168
pptm.createPptmScript();

0 commit comments

Comments
 (0)