Skip to content

Commit 94069b5

Browse files
committed
Remove print statement in layer-java app
1 parent b9546e0 commit 94069b5

File tree

1 file changed

+0
-1
lines changed
  • sample-apps/layer-java/function/src/main/java/example

1 file changed

+0
-1
lines changed

sample-apps/layer-java/function/src/main/java/example/Handler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ public class Handler {
1010

1111
public String handleRequest(Map<String, String> input, Context context) throws IOException {
1212
// Parse the input JSON
13-
System.out.println(input);
1413
ObjectMapper objectMapper = new ObjectMapper();
1514
F1Car f1Car = objectMapper.readValue(objectMapper.writeValueAsString(input), F1Car.class);
1615

0 commit comments

Comments
 (0)