File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import 'package:instabug_flutter/instabug_custom_http_client.dart';
19
19
import 'package:instabug_flutter/models/crash_data.dart' ;
20
20
import 'package:instabug_flutter/models/exception_data.dart' ;
21
21
import 'package:instabug_flutter/models/network_data.dart' ;
22
- import 'package:instabug_flutter/utils/http_client_logger.dart' ;
23
22
import 'package:instabug_flutter/utils/platform_manager.dart' ;
24
23
import 'package:mockito/annotations.dart' ;
25
24
import 'package:mockito/mockito.dart' ;
@@ -75,8 +74,6 @@ void main() {
75
74
status: status,
76
75
);
77
76
78
- final HttpClientLogger logger = HttpClientLogger ();
79
-
80
77
setUpAll (() async {
81
78
const MethodChannel ('instabug_flutter' )
82
79
.setMockMethodCallHandler ((MethodCall methodCall) async {
You can’t perform that action at this time.
0 commit comments