mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove mistakenly added DartDevelopmentService dependency (#62792)
This commit is contained in:
parent
c24772e8fb
commit
5a6dfa35ca
@ -4,7 +4,6 @@
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:dds/dds.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
import 'package:package_config/package_config.dart';
|
||||
import 'package:stream_channel/stream_channel.dart';
|
||||
@ -528,7 +527,6 @@ class FlutterPlatform extends PlatformPlugin {
|
||||
globals.printTrace('test $ourTestCount: using observatory uri $detectedUri from pid ${process.pid}');
|
||||
}
|
||||
processObservatoryUri = detectedUri;
|
||||
await DartDevelopmentService.startDartDevelopmentService(processObservatoryUri);
|
||||
{
|
||||
globals.printTrace('Connecting to service protocol: $processObservatoryUri');
|
||||
final Future<vm_service.VmService> localVmService = connectToVmService(processObservatoryUri,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user