Skip to content

Commit ad1ddb8

Browse files
vanitha1822vishwab1
authored andcommitted
fix: build error (#375)
1 parent e7b7512 commit ad1ddb8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/iemr/common/controller/version/VersionController.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ public ResponseEntity<Map<String, String>> versionInformation() {
7575
return ResponseEntity.ok(response);
7676
}
7777

78-
logger.info("version Controller End");
79-
return ResponseEntity.ok(response);
80-
}
81-
8278
private Properties loadGitProperties() throws IOException {
8379
Properties properties = new Properties();
8480
try (InputStream input = getClass().getClassLoader()

0 commit comments

Comments
 (0)