From f3cc6e00a6c80bfc3e0db844260413213cb20312 Mon Sep 17 00:00:00 2001 From: "1147192855@qq.com" <1147192855@qq.com> Date: Wed, 26 Jun 2024 18:11:28 +0800 Subject: [PATCH] no message --- making_school_asignment_app/lib/common/request/rest_dio.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/making_school_asignment_app/lib/common/request/rest_dio.dart b/making_school_asignment_app/lib/common/request/rest_dio.dart index c25e76d..49c3e8d 100644 --- a/making_school_asignment_app/lib/common/request/rest_dio.dart +++ b/making_school_asignment_app/lib/common/request/rest_dio.dart @@ -136,9 +136,6 @@ class TheError extends Interceptor { @override void onError(DioException error, ErrorInterceptorHandler handler) { - print('----------------'); - print(error); - print('*************'); var message = '请求错误,请重试'; switch (error.type) { case DioExceptionType.connectionTimeout: