Skip to content

Commit

Permalink
fix(print)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuancong committed Apr 22, 2024
1 parent 97552b2 commit b836e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/common/http_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class HttpClient {
);
return result.data;
} catch (e) {
print(e.toString());
if (e is DioException && e.type == DioExceptionType.badResponse) {
throw CoreError(e.message ?? "", statusCode: e.response?.statusCode ?? 0);
} else {
Expand Down

0 comments on commit b836e05

Please sign in to comment.