Skip to content

Commit

Permalink
Merge pull request square#1134 from square/jw/remove
Browse files Browse the repository at this point in the history
Remove useless unsubscribed check.
  • Loading branch information
swankjesse committed Sep 29, 2015
2 parents 8f572ee + 8162cef commit 2f07fd4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ private CallOnSubscribe(Call<T> originalCall) {
}
}));

if (subscriber.isUnsubscribed()) {
return;
}

try {
Response<T> response = call.execute();
if (!subscriber.isUnsubscribed()) {
Expand Down

0 comments on commit 2f07fd4

Please sign in to comment.