Commit 960989e9 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Remove "Instance of ServiceEvent" logs from flutter tool (#6600)

parent cf2b732c
......@@ -106,12 +106,6 @@ abstract class ResidentRunner {
vmService = await VMService.connect(port);
printTrace('Connected to service protocol on port $port');
await vmService.getVM();
vmService.onExtensionEvent.listen((ServiceEvent event) {
printTrace(event.toString());
});
vmService.onIsolateEvent.listen((ServiceEvent event) {
printTrace(event.toString());
});
// Refresh the view list.
await vmService.vm.refreshViews();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment