diff --git a/githubdelivery/src/main/java/io/dockstore/githubdelivery/GithubDeliveryS3Client.java b/githubdelivery/src/main/java/io/dockstore/githubdelivery/GithubDeliveryS3Client.java index 33704111..ac64c8bb 100644 --- a/githubdelivery/src/main/java/io/dockstore/githubdelivery/GithubDeliveryS3Client.java +++ b/githubdelivery/src/main/java/io/dockstore/githubdelivery/GithubDeliveryS3Client.java @@ -221,6 +221,5 @@ private void logReadError(String eventType, String key) { } private void exceptionReadError(Exception e, String eventType, String key) { exceptionMessage(e, String.format("Could not read github %s event from key %s", eventType, key), 1); - } }