Remove debug

This commit is contained in:
Karina Kwiatek 2023-03-07 19:14:57 +01:00
parent abff39557d
commit fc90b746c9
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ export function commentCreateHandler(event: KeyboardEvent): boolean {
const counter = document.querySelector(`#ab-comment-charcount-${id}`);
const group = document.querySelector(`[name=ab-comment-new-group][data-a-id="${id}"]`);
console.debug("comment create", event.ctrlKey, event.metaKey, event.which);
if ((event.ctrlKey || event.metaKey) && event.which === 13) {
event.preventDefault();