Skip to content

Commit

Permalink
remove consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder committed Jan 22, 2024
1 parent d8e88d6 commit 199d014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ const miloLibs = setLibs(LIBS);
await loadArea();

if (document.querySelector('meta[name="aa-university"]')) {
console.log('boop');
const { default: registerAAUniversity } = await import('./aa-university.js');
window.addEventListener('mktoSubmit', () => console.log('mktoSubmit'));
window.addEventListener('mktoSubmit', registerAAUniversity);
}
}());

0 comments on commit 199d014

Please sign in to comment.