Skip to content

Commit

Permalink
remove lines that cause tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisirhc committed Jan 4, 2017
1 parent e4541da commit d2cc79f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/util/request-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,6 @@ export default class RequestManager {
if (res.statusCode === 400 || res.statusCode === 404 || res.statusCode === 401) {
body = false;
}
if (res.request.followRedirect == false && (res.statusCode == 301 || res.statusCode == 302)) {
body = false;
}
resolve(body);
}
};
Expand Down

0 comments on commit d2cc79f

Please sign in to comment.