Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Aug 15, 2015
1 parent 8132f9b commit 87d20e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4006,8 +4006,6 @@ cache(function(data, match, sendBadge, request) {
badgeData.colorscheme = 'brightgreen';
} else if (res === 'Failed') {
badgeData.colorscheme = 'red';
} else {
badgeData.text[1] = res.toLowerCase();
}
sendBadge(format, badgeData);

Expand Down

0 comments on commit 87d20e4

Please sign in to comment.