Skip to content

Commit

Permalink
API response log hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinPaul committed Feb 8, 2021
1 parent 1fb7cc1 commit dc23538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Api {
// logger.d('METHOD: ${uri.toString()}');
// logger.d('GET HEADERS: ${dio.options.headers}');
// logger.d('PARAMS: $params');
logger.d('GET RESPONSE: ${response.data}');
// logger.d('GET RESPONSE: ${response.data}');
return response.data;
} catch (e) {
throw ApiError.fromDioError(e);
Expand Down

0 comments on commit dc23538

Please sign in to comment.