| Index: pkg/analyzer/lib/src/context/builder.dart
|
| diff --git a/pkg/analyzer/lib/src/context/builder.dart b/pkg/analyzer/lib/src/context/builder.dart
|
| index a760b293bc4b2308e1b7ea251165c852142da93a..05421729840a748034c0dfa91208f933c66ed52c 100644
|
| --- a/pkg/analyzer/lib/src/context/builder.dart
|
| +++ b/pkg/analyzer/lib/src/context/builder.dart
|
| @@ -393,11 +393,6 @@ class ContextBuilder {
|
| if (workspace.hasFlutterDependency) {
|
| source =
|
| sourceFactory.forUri('package:flutter/analysis_options_user.yaml');
|
| - if (resourceProvider.pathContext.separator == r'\') {
|
| - // echo some debugging information
|
| - print('>>> hasFlutterDependency');
|
| - print('>>> source: ${source?.fullName}');
|
| - }
|
| }
|
| if (source == null || !source.exists()) {
|
| source =
|
|
|