Skip to content

Commit

Permalink
feat(cb2-9560): rebased against develop and removed loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-cs committed Oct 16, 2023
1 parent 7d55f9b commit 9bf74be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/uk/gov/dvsa/PdfGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ public PdfGenerator() {
public ApiGatewayResponse handleRequest(Map<String, Object> input, Context context) {
long start = System.nanoTime();
eventLogger.logEvent(EventType.CERT_REQUEST_RECEIVED);

System.out.println("*** This is the input from the handleRequest method: ");
System.out.println(input);

try {
if (input.containsKey(requestParser.REQUEST_HEADERS)) {
// Trace headers only they are provided in the input request, else ignore.
Expand Down

0 comments on commit 9bf74be

Please sign in to comment.