Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-31574] Removed catch RateLimitExceededException in an author…
Browse files Browse the repository at this point in the history
…ized scope
  • Loading branch information
Manuel Recena committed Dec 11, 2015
1 parent c391fec commit b8bdb54
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -117,9 +117,6 @@ public String getApiUri() {
try {
// Requires an authenticated access
myself = github.getMyself();
} catch (RateLimitExceededException rle) {
listener.getLogger().format("%n%s%n%n", rle.getMessage());
throw new InterruptedException();
} catch (IOException e) {
// Something wrong happened, maybe java.net.ConnectException?
}
Expand Down

0 comments on commit b8bdb54

Please sign in to comment.