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

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

Issue 2717783003: Revert "debug Windows tests" (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
« no previous file with comments | « no previous file | pkg/analyzer/test/src/context/builder_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« no previous file with comments | « no previous file | pkg/analyzer/test/src/context/builder_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698