Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 04ba359

Browse files
committed
Removed commented code
1 parent c702ba3 commit 04ba359

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/brapi/test/BrAPITestServer/controller/pheno/ObservationsApiController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ public ResponseEntity observationsTableGet(@RequestHeader(value = "Accept", requ
212212
}
213213

214214
if (sep.isEmpty()) {
215-
//return responseOK(new ObservationListResponse(), new ObservationListResponseResult(), data, metadata);
216215
return responseOK(new ObservationTableResponse(), data, metadata);
217216
} else {
218217
String textTable = observationService.getObservationTableText(data, sep);

0 commit comments

Comments
 (0)