Skip to content

Commit

Permalink
chore: introduces widgetbook
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackLeg15 committed Jul 15, 2023
1 parent c2f0fdf commit cf640c2
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 58 deletions.
5 changes: 0 additions & 5 deletions lib/app/core/services/http_client/uno/uno_http_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ class UnoHttpClient implements HttpClient {
'Response Data: ${e.response?.data}',
name: 'HttpClient',
);
// log(
// '🔴 Uno Http Client',
// name: 'HttpClient',
// error: e,
// );
return Left(HttpClientException(e.message, e.stackTrace ?? StackTrace.current));
}
}
Expand Down
Loading

0 comments on commit cf640c2

Please sign in to comment.