Unnötige console.log und console.errors entfernt.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user