diff --git a/src/app/core/data/lookup-relation.service.ts b/src/app/core/data/lookup-relation.service.ts index 76823dbfe0..69ba7925af 100644 --- a/src/app/core/data/lookup-relation.service.ts +++ b/src/app/core/data/lookup-relation.service.ts @@ -51,7 +51,6 @@ export class LookupRelationService { if (setSearchConfig) { this.searchConfig = newConfig; } - console.log(newConfig); return this.searchService.search(newConfig).pipe( /* Make sure to only listen to the first x results, until loading is finished */ /* TODO: in Rxjs 6.4.0 and up, we can replace this with takeWhile(predicate, true) - see https://stackoverflow.com/a/44644237 */ diff --git a/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html b/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html index 70dbf2c6ca..70cdce24dd 100644 --- a/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html +++ b/src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.html @@ -1,7 +1,6 @@ -
-
diff --git a/src/app/submission/sections/form/section-form-operations.service.ts b/src/app/submission/sections/form/section-form-operations.service.ts index 100d80afac..f7cf8f36dd 100644 --- a/src/app/submission/sections/form/section-form-operations.service.ts +++ b/src/app/submission/sections/form/section-form-operations.service.ts @@ -327,7 +327,6 @@ export class SectionFormOperationsService { this.operationsBuilder.remove(pathCombiner.getPath(path)); } } else if (hasValue(event.$event) && hasValue(event.$event.previousIndex)) { - console.log(event, path); this.operationsBuilder.move( pathCombiner.getPath(path), pathCombiner.getPath(segmentedPath + '/' + event.$event.previousIndex).path