chore : clear logger
This commit is contained in:
@@ -56,8 +56,6 @@ class DioRemote implements IHttpClient {
|
||||
onReceiveProgress: onReceiveProgress,
|
||||
);
|
||||
|
||||
eLog(response.toString());
|
||||
|
||||
if (fromJson != null) {
|
||||
final rawData = response.data;
|
||||
final parsedData =
|
||||
|
||||
@@ -28,8 +28,6 @@ Future<T?> safeCall<T>({
|
||||
|
||||
final result = await call();
|
||||
|
||||
iLog(result.toString());
|
||||
|
||||
if (showSuccess) {
|
||||
(onShowSuccessMessage ?? _defaultShowSuccessMessage)();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user