Remove debug
This commit is contained in:
parent
abff39557d
commit
fc90b746c9
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue