Skip to content

Commit 15dfa33

Browse files
authored
Merge pull request #30 from DevopsArtFactory/remove-print-pw
remove print password
2 parents 9e1e628 + f262c4c commit 15dfa33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/example/demo/api/sample/controller/SampleController.java

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public String getValue() {
3434
StringBuilder returnMsg = new StringBuilder();
3535
returnMsg.append("ID :");
3636
returnMsg.append(sampleId);
37-
returnMsg.append("Password :");
38-
returnMsg.append(samplePassword);
3937
return returnMsg.toString();
4038
}
4139
}

0 commit comments

Comments
 (0)