Skip to content

Commit

Permalink
Remove a System.out.println() in a finally block
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetodo committed Mar 29, 2017
1 parent be33d6f commit 2426de4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public void process(HttpRequest request, HttpContext context) throws HttpExcepti
binding.sign(request);
} catch (RequestSigningException e) {
throw new RuntimeException(e);
} finally {
System.out.println("Signed");
}
}
}

0 comments on commit 2426de4

Please sign in to comment.