Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: pkg/analyzer/lib/src/context/builder.dart

Issue 2716153002: Revert "debug MemoryResourceProvider on Windows" (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e0bc1159a7921fe682b42e54027a7c5ade8c9792..05421729840a748034c0dfa91208f933c66ed52c 100644
--- a/pkg/analyzer/lib/src/context/builder.dart
+++ b/pkg/analyzer/lib/src/context/builder.dart
@@ -393,15 +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}');
- print('>>> source exists: ${source?.exists()}');
- sourceFactory.packageMap.forEach((String key, List<Folder> folders) {
- print('>>> p $key : ${folders.map((f) => f.path).join(', ')}');
- });
- }
}
if (source == null || !source.exists()) {
source =
« no previous file with comments | « pkg/analyzer/lib/file_system/memory_file_system.dart ('k') | pkg/analyzer/test/src/context/builder_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698