Unnötige console.log und console.errors entfernt.

This commit is contained in:
Developer 02
2024-05-22 16:34:14 +02:00
parent 824bf6fb82
commit 8d6d483c5d
5 changed files with 1 additions and 13 deletions

View File

@@ -3,8 +3,6 @@
const annotations = []
document.elements.forEach((element) => {
console.debug('Creating annotation for element', element.id)
const [annotation, formField] = this.createAnnotationFromElement(element)
annotations.push(annotation)
annotations.push(formField)