Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: cosmicBboy <[email protected]>
  • Loading branch information
cosmicBboy committed Apr 14, 2024
1 parent d9baabe commit 3b3fedc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/_static/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ function main() {

document.addEventListener('DOMContentLoaded', main);
window.addEventListener('keydown', (event) => {
console.log(event);
if (event.code === "Escape") {
// make sure to prevent default behavior with escape key so that algolia
// modal can be closed properly.
Expand Down

0 comments on commit 3b3fedc

Please sign in to comment.