Remove debug
This commit is contained in:
parent
655b822e54
commit
79e742ce1e
|
@ -2,7 +2,6 @@ import { install } from '@github/hotkey'
|
||||||
|
|
||||||
export default function (): void {
|
export default function (): void {
|
||||||
document.addEventListener('turbo:load', () => {
|
document.addEventListener('turbo:load', () => {
|
||||||
console.debug("Init Hotkey.")
|
|
||||||
document.querySelectorAll('[data-hotkey]').forEach(el => install(el as HTMLElement));
|
document.querySelectorAll('[data-hotkey]').forEach(el => install(el as HTMLElement));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue