Skip to content

Commit 2512d8c

Browse files
committed
test: add log to debug
1 parent 66ca2b6 commit 2512d8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/fr/insee/genesis/controller/rest/responses/ResponseController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,9 @@ private SurveyUnitSimplified fusionWithLastUpdated(List<SurveyUnitModel> respons
421421
public ResponseEntity<Object> saveEditedVariables(
422422
@RequestBody SurveyUnitInputDto surveyUnitInputDto
423423
){
424+
//TODO FOR DEBUG, REMOVE ONCE UNUSED
425+
log.info(surveyUnitInputDto.toString());
426+
424427
//Code quality : we need to put all that logic out of this controller
425428
//Parse metadata
426429
//Try to look for DDI first, if no DDI found looks for lunatic components

0 commit comments

Comments
 (0)