Skip to content

Commit 646ac2c

Browse files
committed
remove useless
1 parent 59d0d25 commit 646ac2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/src/main/java/com/qiniu/android/http/ResponseHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ private static ResponseInfo buildResponseInfo(int statusCode, Header[] headers,
106106
if (statusCode == 0) {
107107
statusCode = ResponseInfo.NetworkError;
108108
}
109-
if (statusCode != 200) {
110109

111-
}
112110
return new ResponseInfo(statusCode, reqId, xlog, xvia, host, ip, duration, err);
113111
}
114112

0 commit comments

Comments
 (0)