Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit c413d92

Browse files
authored
Remove debug log (#10719)
1 parent 2333280 commit c413d92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/js/interactivity/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ document.addEventListener( 'DOMContentLoaded', async () => {
1212
registerDirectives();
1313
await init();
1414
afterLoads.forEach( ( afterLoad ) => afterLoad( rawStore ) );
15-
// eslint-disable-next-line no-console
16-
console.log( 'Interactivity API started' );
1715
} );

0 commit comments

Comments
 (0)