mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Remove debug
This commit is contained in:
parent
655b822e54
commit
79e742ce1e
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ import { install } from '@github/hotkey'
|
|||
|
||||
export default function (): void {
|
||||
document.addEventListener('turbo:load', () => {
|
||||
console.debug("Init Hotkey.")
|
||||
document.querySelectorAll('[data-hotkey]').forEach(el => install(el as HTMLElement));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue