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

Unified Diff: pkg/analyzer/lib/src/generated/static_type_analyzer.dart

Issue 1489183002: Remove debugging print (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/static_type_analyzer.dart
diff --git a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
index 9a0c882a9c2efe6aec5e8253d3dde5ed2b3178fd..063cd3955c593f5222fb4f009d91e714c79acab9 100644
--- a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
+++ b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
@@ -1822,9 +1822,6 @@ class StaticTypeAnalyzer extends SimpleAstVisitor<Object> {
bool _inferMethodInvocationGeneric(MethodInvocation node) {
Element element = node.methodName.staticElement;
DartType fnType = node.methodName.staticType;
- if (element is ExecutableElement && fnType.element is! ExecutableElement) {
- print("Element is $element and function type is $fnType");
- }
TypeSystem ts = _typeSystem;
// TODO(jmesserly): once we allow explicitly passed typeArguments, we need
// to only do this if node.typeArguments == null.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698