chore : clear logger

This commit is contained in:
2025-05-17 09:09:32 +03:30
parent b5d6055aa7
commit 64c89af440
2 changed files with 0 additions and 4 deletions

View File

@@ -56,8 +56,6 @@ class DioRemote implements IHttpClient {
onReceiveProgress: onReceiveProgress,
);
eLog(response.toString());
if (fromJson != null) {
final rawData = response.data;
final parsedData =

View File

@@ -28,8 +28,6 @@ Future<T?> safeCall<T>({
final result = await call();
iLog(result.toString());
if (showSuccess) {
(onShowSuccessMessage ?? _defaultShowSuccessMessage)();
}