Skip to content

Commit 331baa6

Browse files
committed
chore: put log to debug
1 parent 2512d8c commit 331baa6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,7 @@ 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-
424+
log.debug("Received in save edited : {}",surveyUnitInputDto.toString());
427425
//Code quality : we need to put all that logic out of this controller
428426
//Parse metadata
429427
//Try to look for DDI first, if no DDI found looks for lunatic components

0 commit comments

Comments
 (0)