Skip to content

Commit

Permalink
fix 190
Browse files Browse the repository at this point in the history
  • Loading branch information
duwen committed Feb 25, 2019
1 parent 9b9696b commit 08d281b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions package_src/lib/src/adapter.dart
Expand Up @@ -109,8 +109,6 @@ class DefaultHttpClientAdapter extends HttpClientAdapter {
message: "Connecting timeout[${options.connectTimeout}ms]",
type: DioErrorType.CONNECT_TIMEOUT,
);
} catch (e) {
print(e);
}
request.followRedirects = options.followRedirects;

Expand Down
2 changes: 1 addition & 1 deletion package_src/pubspec.yaml
@@ -1,6 +1,6 @@
name: dio
description: A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
version: 2.0.13
version: 2.0.14
homepage: https://github.com/flutterchina/dio
author: wendux <824783146@qq.com>

Expand Down

0 comments on commit 08d281b

Please sign in to comment.